Revert FPS to 30.

This commit is contained in:
2026-03-03 00:14:25 -08:00
parent a91888ed0c
commit 77ac0dbb95

View File

@@ -321,8 +321,7 @@ int main(int argc, char *argv[])
InitWindow(state.window_w, state.window_h, "Time Tracker"); InitWindow(state.window_w, state.window_h, "Time Tracker");
SetWindowState(FLAG_MSAA_4X_HINT|FLAG_WINDOW_RESIZABLE); SetWindowState(FLAG_MSAA_4X_HINT|FLAG_WINDOW_RESIZABLE);
//SetTargetFPS(30); SetTargetFPS(30);
//SetTargetFPS(1);
state.font = LoadFontFromMemory(".ttf", opensans_ttf, opensans_ttf_len, 96, NULL, 0); state.font = LoadFontFromMemory(".ttf", opensans_ttf, opensans_ttf_len, 96, NULL, 0);
if(!IsFontValid(state.font)) { if(!IsFontValid(state.font)) {