mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-13 02:22:43 +00:00
Fix code style issues
This commit is contained in:
@@ -342,7 +342,7 @@ Error ResourceInteractiveLoaderBinary::parse_variant(Variant &r_v) {
|
||||
int erindex = f->get_32();
|
||||
|
||||
if (erindex < 0 || erindex >= external_resources.size()) {
|
||||
WARN_PRINT("Broken external resource! (index out of size");
|
||||
WARN_PRINT("Broken external resource! (index out of size)");
|
||||
r_v = Variant();
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user