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:
Thaddeus Crews 2025-06-09 17:08:41 -05:00
commit 8ecc6da249
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
13 changed files with 102 additions and 152 deletions

View file

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