mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
-Added ATITC texture support
-Fixed bug of some tabs showing wrong names -Exported properties for viewport
This commit is contained in:
@@ -552,6 +552,8 @@ void Node::_validate_child_name(Node *p_child) {
|
||||
int cc = data.children.size();
|
||||
|
||||
for(int i=0;i<cc;i++) {
|
||||
if (childs[i]==p_child)
|
||||
continue;
|
||||
if (childs[i]->data.name==p_child->data.name) {
|
||||
unique=false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user