From 3525b20e034fe32be65d011383679d5470c58a74 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 3 May 2004 01:39:25 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenEdit.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 0ebab9a0d1..0bc436536d 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -657,6 +657,8 @@ void ScreenEdit::Input( const DeviceInput& DeviceI, const InputEventType type, c default: ASSERT(0); } + /* Make sure the displayed time is up-to-date after possibly changing something, + * so it doesn't feel lagged. */ UpdateTextInfo(); } @@ -1184,10 +1186,6 @@ void ScreenEdit::InputEdit( const DeviceInput& DeviceI, const InputEventType typ break; } - - /* Make sure the displayed time is up-to-date after possibly changing something, - * so it doesn't feel lagged. */ - UpdateTextInfo(); } void ScreenEdit::InputRecord( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI )