mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 07:57:12 +01:00
fps counter
This commit is contained in:
@@ -101,7 +101,7 @@ int main(int argc, const char *argv[])
|
||||
640, 480,
|
||||
g_configs.getBoolean("window maximized"));
|
||||
Platform::setWindowTitle("OTClient");
|
||||
Platform::setVsync();
|
||||
//Platform::setVsync();
|
||||
|
||||
// init engine
|
||||
g_engine.init();
|
||||
@@ -113,6 +113,7 @@ int main(int argc, const char *argv[])
|
||||
|
||||
Platform::showWindow();
|
||||
//Platform::hideMouseCursor();
|
||||
g_engine.enableFpsCounter();
|
||||
|
||||
// main loop, run everything
|
||||
g_engine.run();
|
||||
|
||||
Reference in New Issue
Block a user