mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 10:19:18 -05:00
ADDED: Working directory info at initialization
This commit is contained in:
@ -683,6 +683,8 @@ void InitWindow(int width, int height, const char *title)
|
|||||||
|
|
||||||
// Initialize random seed
|
// Initialize random seed
|
||||||
SetRandomSeed((unsigned int)time(NULL));
|
SetRandomSeed((unsigned int)time(NULL));
|
||||||
|
|
||||||
|
TRACELOG(LOG_INFO, "SYSTEM: Working Directory: %s", GetWorkingDirectory());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close window and unload OpenGL context
|
// Close window and unload OpenGL context
|
||||||
|
|||||||
Reference in New Issue
Block a user