mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-20 23:23:47 +00:00
Properly call endGroup instead of addGroup
This commit is contained in:
parent
753cbe32d9
commit
25c1ebcf13
2 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ void afxModelData::initPersistFields()
|
|||
docsURL;
|
||||
addGroup("Shapes");
|
||||
INITPERSISTFIELD_SHAPEASSET(Shape, afxModelData, "The name of a .dts format file to use for the model.");
|
||||
addGroup("Shapes");
|
||||
endGroup("Shapes");
|
||||
|
||||
addGroup("Animation");
|
||||
addField("sequence", TypeString, myOffset(sequence),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue