Remove fps title
This commit is contained in:
@@ -423,9 +423,9 @@ void update(float dt, void *userData) {
|
||||
return;
|
||||
BZ_UNUSED(userData);
|
||||
|
||||
char titleBuf[32];
|
||||
snprintf(titleBuf, sizeof(titleBuf), "FPS: %d | %.2f ms", GetFPS(), GetFrameTime() * 1000);
|
||||
SetWindowTitle(titleBuf);
|
||||
//char titleBuf[32];
|
||||
//snprintf(titleBuf, sizeof(titleBuf), "FPS: %d | %.2f ms", GetFPS(), GetFrameTime() * 1000);
|
||||
//SetWindowTitle(titleBuf);
|
||||
|
||||
Game *game = ecs_singleton_get_mut(ECS, Game);
|
||||
InputState *input = ecs_singleton_get_mut(ECS, InputState);
|
||||
|
||||
Reference in New Issue
Block a user