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");
|
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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user