mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
-fix loading of samples in mod, s3m and xm. Fixes #2553
This commit is contained in:
@@ -802,7 +802,7 @@ void Node::remove_child(Node *p_child) {
|
||||
}
|
||||
|
||||
ERR_FAIL_COND( idx==-1 );
|
||||
ERR_FAIL_COND( p_child->data.blocked > 0 );
|
||||
//ERR_FAIL_COND( p_child->data.blocked > 0 );
|
||||
|
||||
|
||||
//if (data.scene) { does not matter
|
||||
|
||||
Reference in New Issue
Block a user