Merge pull request #100899 from dalexeev/core-unify-display-of-error-type-prefixes
Core: Unify display of error type prefixes
This commit is contained in:
commit
8ecc6da249
13 changed files with 102 additions and 152 deletions
|
|
@ -2022,7 +2022,7 @@ void Collada::_remove_node(VisualScene *p_vscene, Node *p_node) {
|
|||
}
|
||||
}
|
||||
|
||||
ERR_PRINT("ERROR: Not found node to remove?");
|
||||
ERR_PRINT("Not found node to remove?");
|
||||
}
|
||||
|
||||
void Collada::_merge_skeletons(VisualScene *p_vscene, Node *p_node) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue