Fix code style issues
This commit is contained in:
parent
16fa788510
commit
c3b0ee5941
9 changed files with 20 additions and 26 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue