From 38eaa83497cee05a993c3fa1e79d074b829673b7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 3 Feb 2005 03:13:06 +0000 Subject: [PATCH] fix m_NoteFieldEdit being updated twice, causing animations to play too fast --- stepmania/src/ScreenEdit.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 1b7d9f8a1d..0a5dd726d7 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -759,8 +759,6 @@ void ScreenEdit::Update( float fDeltaTime ) } } - m_NoteFieldEdit.Update( fDeltaTime ); - PlayTicks(); }