ソースを参照

Update rcore.c

pull/2532/head
Ray 3年前
コミット
c1d9489294
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/rcore.c

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

@ -408,7 +408,7 @@ typedef struct CoreData {
Point renderOffset; // Offset from render area (must be divided by 2)
Matrix screenScale; // Matrix to scale screen (framebuffer rendering)
">const char **dropFilepaths; // Store dropped files paths pointers (provided by GLFW)
char **dropFilepaths; // Store dropped files paths pointers (provided by GLFW)
unsigned int dropFileCount; // Count dropped files strings
} Window;

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