ソースを参照

WindowShouldClose(), reset shouldClose flag when window is inited (#3518)

pull/3519/head
maksut 1年前
committed by GitHub
コミット
1b524bb2ec
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/rcore.c

+ 1
- 0
src/rcore.c ファイルの表示

@ -658,6 +658,7 @@ void InitWindow(int width, int height, const char *title)
#endif
CORE.Time.frameCounter = 0;
CORE.Window.shouldClose = false;
// Initialize random seed
SetRandomSeed((unsigned int)time(NULL));

読み込み中…
キャンセル
保存