Skip to content

Commit 9a7141e

Browse files
committed
Fixed tiny thing that "format" failed on
1 parent fce1b60 commit 9a7141e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Entities/MovableObject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,4 +1133,4 @@ void MovableObject::SetPostScreenEffectToDraw() const {
11331133
g_PostProcessMan.RegisterPostEffect(m_Pos, m_pScreenEffect, m_ScreenEffectHash, LERP(m_EffectStartTime, m_EffectStopTime, m_EffectStartStrength, m_EffectStopStrength, m_AgeTimer.GetElapsedSimTimeMS()), m_EffectRotAngle);
11341134
}
11351135
}
1136-
}
1136+
}

0 commit comments

Comments
 (0)