Set target FPS to 60
This commit is contained in:
parent
c2f30cc948
commit
8a7d7b30d8
@ -19,6 +19,9 @@ int main ()
|
|||||||
// Create the window and OpenGL context
|
// Create the window and OpenGL context
|
||||||
InitWindow(1280, 800, "Touhou Jikuusen ~ Apotheotic Heterochronicity");
|
InitWindow(1280, 800, "Touhou Jikuusen ~ Apotheotic Heterochronicity");
|
||||||
|
|
||||||
|
// Set the framerate to 60fps
|
||||||
|
SetTargetFPS(60);
|
||||||
|
|
||||||
// Utility function from resource_dir.h to find the resources folder and set it as the current working directory so we can load from it
|
// Utility function from resource_dir.h to find the resources folder and set it as the current working directory so we can load from it
|
||||||
SearchAndSetResourceDir("resources");
|
SearchAndSetResourceDir("resources");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user