Clean code for MVP Release
This commit is contained in:
@@ -13,7 +13,7 @@ window_t init_window(unsigned int w, unsigned int h, const char * name);
|
||||
/*
|
||||
Limitamos los FPS, contando el tiempo en el que
|
||||
se ejecuta el main loop, y esperando el tiempo restante
|
||||
para lograr los fps deciados.
|
||||
para lograr los fps deseados.
|
||||
*/
|
||||
|
||||
static
|
||||
@@ -37,6 +37,7 @@ void __limit_fps_window(int max_fps)
|
||||
|
||||
current_time = glfwGetTime();
|
||||
}
|
||||
|
||||
previous_time = current_time;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user