diff --git a/src/debug/ParticleDebug.cpp b/src/debug/ParticleDebug.cpp index 8563c0d02..75a20aa72 100644 --- a/src/debug/ParticleDebug.cpp +++ b/src/debug/ParticleDebug.cpp @@ -62,6 +62,7 @@ bool ParticleDebug::KeyPress(int key, Uint16 character, bool shift, bool ctrl, b { if (key == 'f') { + model->SetPaused(1); if (alt) { Debug(0, 0, 0); @@ -96,7 +97,6 @@ bool ParticleDebug::KeyPress(int key, Uint16 character, bool shift, bool ctrl, b { model->FrameStep(1); } - model->SetPaused(1); } return false; }