mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +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
|
|
@ -305,7 +305,7 @@ void DebrisData::initPersistFields()
|
|||
addGroup("Particle Effects");
|
||||
addField("emitters", TYPEID< ParticleEmitterData >(), Offset(emitterList, DebrisData), DDC_NUM_EMITTERS,
|
||||
"@brief List of particle emitters to spawn along with this debris object.\n\nThese are optional. You could have Debris made up of only a shape.\n");
|
||||
addGroup("Particle Effects");
|
||||
endGroup("Particle Effects");
|
||||
addGroup("Datablocks");
|
||||
addField("explosion", TYPEID< ExplosionData >(), Offset(explosion, DebrisData),
|
||||
"@brief ExplosionData to spawn along with this debris object.\n\nThis is optional as not all Debris explode.\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue