mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
simobject, dictionary, stringtable, and taml clarificationsand cleanups
This commit is contained in:
parent
f1c397e055
commit
87207e0a97
4 changed files with 20 additions and 20 deletions
|
|
@ -232,7 +232,7 @@ void _StringTable::resize(const U32 _newSize)
|
|||
walk = head;
|
||||
while(walk) {
|
||||
U32 key;
|
||||
Node *temp = walk;
|
||||
temp = walk;
|
||||
|
||||
walk = walk->next;
|
||||
key = hashString(temp->val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue