-fix loading of samples in mod, s3m and xm. Fixes #2553

This commit is contained in:
reduz
2015-12-29 16:06:45 -03:00
parent 101fe4b845
commit 875bff2c4e
4 changed files with 31 additions and 16 deletions

View File

@@ -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