Pārlūkot izejas kodu

ADDED: Working directory info at initialization

pull/4175/head
Ray pirms 1 gada
vecāks
revīzija
fde0dcd0ab
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +2
    -0
      src/rcore.c

+ 2
- 0
src/rcore.c Parādīt failu

@ -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

Notiek ielāde…
Atcelt
Saglabāt