Просмотр исходного кода

ADDED: Working directory info at initialization

pull/4175/head
Ray 1 год назад
Родитель
Сommit
fde0dcd0ab
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      src/rcore.c

+ 2
- 0
src/rcore.c Просмотреть файл

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

Загрузка…
Отмена
Сохранить