Skip to content

Commit 68bf185

Browse files
committed
Fixed another trailing space (nobody tell pawnis)
1 parent 1121b46 commit 68bf185

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
@@ -347,7 +347,7 @@ int MovableObject::ReadProperty(const std::string_view& propName, Reader& reader
347347
MatchProperty("RandomizeEffectRotAngle", { reader >> m_RandomizeEffectRotAngle; });
348348
MatchProperty("RandomizeEffectRotAngleEveryFrame", { reader >> m_RandomizeEffectRotAngleEveryFrame; });
349349
MatchProperty("EffectStopTime", {
350-
reader >> m_EffectStopTime;
350+
reader >> m_EffectStopTime;
351351
m_EffectStopTime = std::max(m_EffectStopTime, static_cast<int>(g_TimerMan.GetDeltaTimeMS()) + 1);
352352
});
353353
MatchProperty("EffectStartStrength", {

0 commit comments

Comments
 (0)