Revert FPS to 30.
This commit is contained in:
@@ -321,8 +321,7 @@ int main(int argc, char *argv[])
|
||||
InitWindow(state.window_w, state.window_h, "Time Tracker");
|
||||
SetWindowState(FLAG_MSAA_4X_HINT|FLAG_WINDOW_RESIZABLE);
|
||||
|
||||
//SetTargetFPS(30);
|
||||
//SetTargetFPS(1);
|
||||
SetTargetFPS(30);
|
||||
|
||||
state.font = LoadFontFromMemory(".ttf", opensans_ttf, opensans_ttf_len, 96, NULL, 0);
|
||||
if(!IsFontValid(state.font)) {
|
||||
|
||||
Reference in New Issue
Block a user