Small fix

This commit is contained in:
2023-02-04 08:25:07 -06:00
parent dbee9f6816
commit f3b2011fef
+4 -1
View File
@@ -453,7 +453,10 @@ void ParticleEffect::UpdateExecuteInEditor()
// Always Play in editor while not playing.
// Could be useful to have a GUI to change this state
if (!_play)
_play = true;
{
_play = true;
_isPlaying = true;
}
Update();
}