This commit is contained in:
Glenn Maynard
2004-05-03 01:39:25 +00:00
parent 6f49d80e6e
commit 3525b20e03
+2 -4
View File
@@ -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 )