mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Remove double quotes inside string definition in UndoManagerpushCompound
This commit is contained in:
parent
c0eec93d55
commit
6dae9981b5
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ DefineEngineMethod(UndoManager, getNextRedoName, const char *, (),, "UndoManager
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
DefineEngineMethod( UndoManager, pushCompound, const char*, ( String name ), ("\"\""), "( string name=\"\" ) - Push a CompoundUndoAction onto the compound stack for assembly." )
|
DefineEngineMethod( UndoManager, pushCompound, const char*, ( String name ), (""), "( string name=\"\" ) - Push a CompoundUndoAction onto the compound stack for assembly." )
|
||||||
{
|
{
|
||||||
|
|
||||||
CompoundUndoAction* action = object->pushCompound( name );
|
CompoundUndoAction* action = object->pushCompound( name );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue