mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 01:45:54 +02:00
Fixed warnings from Clang static analysis.
This commit is contained in:
@@ -644,7 +644,7 @@ int main(int argc, char** argv)
|
||||
/* main loop */
|
||||
frame = 0;
|
||||
iter = 0;
|
||||
dt = last_update_time = glfwGetTime();
|
||||
last_update_time = glfwGetTime();
|
||||
|
||||
while (!glfwWindowShouldClose(window))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user