mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
transcription error was messing with addProtectedField for arrays
This commit is contained in:
parent
1f72245772
commit
dd3c20ece6
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ void ConsoleObject::addProtectedField(const char* in_pFieldname,
|
||||||
in_setDataFn,
|
in_setDataFn,
|
||||||
in_getDataFn,
|
in_getDataFn,
|
||||||
&defaultProtectedWriteFn,
|
&defaultProtectedWriteFn,
|
||||||
1,
|
in_elementCount,
|
||||||
in_pFieldDocs,
|
in_pFieldDocs,
|
||||||
flags);
|
flags);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue