mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-05-07 06:16:04 +00:00
for some reason undo was comming in as a global method. so no temp vars
This commit is contained in:
parent
5796f0ea07
commit
d6e370508f
1 changed files with 1 additions and 1 deletions
|
|
@ -1174,7 +1174,7 @@ GuiControl* GuiInspectorTypeColor::constructEditControl()
|
|||
if( inspector->isMethod( "onInspectorPreFieldModification" ) )
|
||||
{
|
||||
dSprintf( szBuffer, sizeof( szBuffer ),
|
||||
"%d.onInspectorPreFieldModification(\"%s\",\"%s\"); %s(%s, \"%d.onInspectorPostFieldModification(); %d.applyWithoutUndo\", %d.getRoot(), \"%d.applyWithoutUndo\", \"%d.onInspectorDiscardFieldModification(); %%unused=\");",
|
||||
"%d.onInspectorPreFieldModification(\"%s\",\"%s\"); %s(%s, \"%d.onInspectorPostFieldModification(); %d.applyWithoutUndo\", %d.getRoot(), \"%d.applyWithoutUndo\", \"%d.onInspectorDiscardFieldModification(); %$unused=\");",
|
||||
inspector->getId(), getRawFieldName(), getArrayIndex(),
|
||||
mColorFunction, szColor, inspector->getId(), getId(),
|
||||
getId(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue