Commit 3d97b0a1 authored by nanahira's avatar nanahira

fix

parent 8c8ee593
......@@ -775,12 +775,7 @@ void Game::MainLoop() {
usleep(20000);
#endif
if(cur_time >= 1000) {
<<<<<<< HEAD
//modded
myswprintf(cap, L"KoishiPro Another FPS: %d", fps);
=======
myswprintf(cap, L"KoishiPro FPS: %d", fps);
>>>>>>> master
device->setWindowCaption(cap);
fps = 0;
cur_time -= 1000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment