1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Better implementation of the framerate manager, FPS timer added, minor improvements

This commit is contained in:
beegee1
2011-04-05 17:38:24 +00:00
parent 0aad12ae67
commit 157002fe68
10 changed files with 145 additions and 158 deletions

View File

@@ -266,7 +266,7 @@ int main(int argc, char** argv)
playIntro();
SDL_FillRect(screen,NULL,0);
SDL_Flip(screen);
CSDL_Ext::update(screen);
loading.join();
tlog0<<"Initialization of VCMI (together): "<<total.getDif()<<std::endl;