fix tweens in test screens

This commit is contained in:
Glenn Maynard
2003-01-25 03:40:58 +00:00
parent c15e4ef153
commit d01be52ee0
+1 -1
View File
@@ -48,7 +48,7 @@ ScreenTest::ScreenTest()
SetScreen(0);
}
void ScreenTest::Update(float f) { current->Update(f); }
void ScreenTest::Update(float f) { current->Update(f); Screen::Update(f); }
void ScreenTest::HandleScreenMessage( const ScreenMessage SM ) { current->HandleScreenMessage(SM); }
void ScreenTest::Draw() { current->Draw(); }