瀏覽代碼

fix sample build error

陶浩然 4 年之前
父節點
當前提交
d926c5ed61
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      samples/SimpleTexturedOpenGL/SimpleTexturedOpenGL/src/model_loading.cpp

+ 1 - 1
samples/SimpleTexturedOpenGL/SimpleTexturedOpenGL/src/model_loading.cpp

@@ -23,7 +23,7 @@
 #endif // _MSC_VER
 
 #define STB_IMAGE_IMPLEMENTATION
-#include "contrib/stb_image/stb_image.h"
+#include "contrib/stb/stb_image.h"
 
 #ifdef _MSC_VER
 #pragma warning(default: 4100) // Enable warning 'unreferenced formal parameter'