|
|
@ -683,6 +683,8 @@ void InitWindow(int width, int height, const char *title) |
|
|
|
|
|
|
|
// Initialize random seed |
|
|
|
SetRandomSeed((unsigned int)time(NULL)); |
|
|
|
|
|
|
|
TRACELOG(LOG_INFO, "SYSTEM: Working Directory: %s", GetWorkingDirectory()); |
|
|
|
} |
|
|
|
|
|
|
|
// Close window and unload OpenGL context |
|
|
|