Fix code style issues

This commit is contained in:
Rémi Verschelde
2019-01-26 22:35:31 +01:00
parent 16fa788510
commit c3b0ee5941
9 changed files with 20 additions and 26 deletions
+1 -1
View File
@@ -686,7 +686,7 @@ bool AnimationTree::_update_caches(AnimationPlayer *player) {
} break;
default: {
ERR_PRINT("Animation corrupted (invalid track type");
ERR_PRINT("Animation corrupted (invalid track type)");
continue;
}
}