GL - Merge with origin/Gamelogic
This commit is contained in:
commit
5f00aa7af7
|
@ -98,6 +98,7 @@ void Game::NewFrame()
|
|||
double dt = this->myData->timer.getElapsedSeconds();
|
||||
|
||||
//60 fps sec is currently staticly
|
||||
}
|
||||
|
||||
if(dt >= DELTA_TIME)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue