Skip to content

Commit

Permalink
- Disable FPS counter
Browse files Browse the repository at this point in the history
  • Loading branch information
emukidid committed Dec 11, 2018
1 parent 95a1710 commit 609178e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cube/swiss/source/gui/FrameBufferMagic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,8 +1362,8 @@ static void *videoUpdate(void *videoEventQueue) {
}
char fps[64];
memset(fps,0,64);
sprintf(fps, "fps %i", framerate);
drawString(10, 10, fps, 1.0f, false, (GXColor){255,255,255,255});
/*sprintf(fps, "fps %i", framerate);
drawString(10, 10, fps, 1.0f, false, (GXColor){255,255,255,255});*/

time_t curtime;
time(&curtime);
Expand Down

0 comments on commit 609178e

Please sign in to comment.