Removed delta time system from the framework
This commit is contained in:
@@ -72,7 +72,7 @@ void MainMenu::FrameStart() {
|
||||
//
|
||||
}
|
||||
|
||||
void MainMenu::Update(double delta) {
|
||||
void MainMenu::Update() {
|
||||
//
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user