Skip to content

Commit 63217c8

Browse files
committed
formet
2 parents c14eb1b + 12be85a commit 63217c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Entities/MOSParticle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MOSParticle::~MOSParticle() {
2020
void MOSParticle::Clear() {
2121
m_Atom = nullptr;
2222
m_SpriteAnimMode = OVERLIFETIME;
23-
m_PostEffectEnabled = true; // Default to true for backwards compatibility reasons
23+
m_PostEffectEnabled = true; // Default to true for backwards compatibility reasons
2424
}
2525

2626
int MOSParticle::Create() {

0 commit comments

Comments
 (0)