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.
2 parents c14eb1b + 12be85a commit 63217c8Copy full SHA for 63217c8
Source/Entities/MOSParticle.cpp
@@ -20,7 +20,7 @@ MOSParticle::~MOSParticle() {
20
void MOSParticle::Clear() {
21
m_Atom = nullptr;
22
m_SpriteAnimMode = OVERLIFETIME;
23
- m_PostEffectEnabled = true; // Default to true for backwards compatibility reasons
+ m_PostEffectEnabled = true; // Default to true for backwards compatibility reasons
24
}
25
26
int MOSParticle::Create() {
0 commit comments