fix stb_image.h include path to be consistent.

This commit is contained in:
Erwin Coumans
2017-06-22 08:09:33 -07:00
parent 9213f944f1
commit 97f6a161f1
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ subject to the following restrictions:
#include "../Importers/ImportURDFDemo/UrdfParser.h"
#include "../SharedMemory/SharedMemoryPublic.h"//for b3VisualShapeData
#include "../TinyRenderer/model.h"
#include "../ThirdPartyLibs/stb_image/stb_image.h"
#include "stb_image/stb_image.h"
struct MyTexture2
{