From d926c5ed61727564b1db0a802a1aae51b0eb6916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E6=B5=A9=E7=84=B6?= Date: Thu, 19 Aug 2021 18:49:43 +0800 Subject: [PATCH] fix sample build error --- .../SimpleTexturedOpenGL/src/model_loading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/SimpleTexturedOpenGL/SimpleTexturedOpenGL/src/model_loading.cpp b/samples/SimpleTexturedOpenGL/SimpleTexturedOpenGL/src/model_loading.cpp index 9ceeec62e..be0e651f1 100644 --- a/samples/SimpleTexturedOpenGL/SimpleTexturedOpenGL/src/model_loading.cpp +++ b/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'