mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
* BugFix: Correct an error that causes the engine to crash when calling non-namespaced engine functions incorrectly.
This commit is contained in:
parent
328319b853
commit
f9b78597f7
1 changed files with 1 additions and 1 deletions
|
|
@ -734,7 +734,7 @@ ConsoleValue CodeBlock::exec(U32 ip, const char* functionName, Namespace* thisNa
|
|||
SimObject* curObject = NULL;
|
||||
SimObject* saveObject = NULL;
|
||||
Namespace::Entry* nsEntry;
|
||||
Namespace* ns;
|
||||
Namespace* ns = NULL;
|
||||
const char* curFNDocBlock = NULL;
|
||||
const char* curNSDocBlock = NULL;
|
||||
const S32 nsDocLength = 128;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue