Fix Cycles compile errors with GCC due to double promotion as errors.

This commit is contained in:
2016-05-22 19:11:26 +02:00
parent 2f978656ab
commit f7c28a66e2
9 changed files with 27 additions and 27 deletions

View File

@@ -222,7 +222,7 @@ static void view_idle(void)
glutPostRedisplay();
}
time_sleep(0.1f);
time_sleep(0.1);
}
void view_main_loop(const char *title, int width, int height,