We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81badec commit 2c07615Copy full SHA for 2c07615
Core/Tools/W3DView/EmitterInstanceList.cpp
@@ -93,7 +93,8 @@ EmitterInstanceListClass::Add_Emitter (ParticleEmitterClass *emitter)
93
//
94
// Add this emitter to the list and put a hold on its reference
95
96
- if (emitter) emitter->Add_Ref();
+ if (emitter)
97
+ emitter->Add_Ref();
98
m_List.Add (emitter);
99
}
100
0 commit comments