mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Merge branch 'development' into console-func-refactor
Conflicts: Engine/source/console/compiledEval.cpp
This commit is contained in:
commit
4c07c55121
4 changed files with 19 additions and 160 deletions
|
|
@ -372,6 +372,8 @@ SimObject* findObject(const char* name)
|
|||
return NULL;
|
||||
return obj->findObject(temp);
|
||||
}
|
||||
else if (c < '0' || c > '9')
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
S32 len;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue