mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 14:43:47 +00:00
various warnings
warnings cleanup
This commit is contained in:
parent
83cbf6c66e
commit
a621cc5100
9 changed files with 20 additions and 10 deletions
|
|
@ -553,7 +553,7 @@ static void exportScope(const EngineExportScope* scope, SimXMLDocument* xml, boo
|
|||
break;
|
||||
|
||||
default:
|
||||
AssertFatal(true, "Unknown EngineExportKind: " + exportInfo->getExportKind());
|
||||
AssertFatal(false, avar("Unknown EngineExportKind: %d", exportInfo->getExportKind()));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue