mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +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_getDataFn,
|
||||
&defaultProtectedWriteFn,
|
||||
1,
|
||||
in_elementCount,
|
||||
in_pFieldDocs,
|
||||
flags);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue