Fixed VC++ warnings.

This commit is contained in:
Camilla Berglund
2014-03-31 22:33:22 +02:00
parent 584879c759
commit ebb7145ccc
3 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ int main(void)
thrd_t thread;
GLFWwindow* window;
srand(time(NULL));
srand((unsigned int) time(NULL));
glfwSetErrorCallback(error_callback);