Explorar el Código

Fix include path of nvtt.h

Marc Legendre hace 9 años
padre
commit
d521c95022
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Source/BansheeCore/Source/BsPixelUtil.cpp

+ 1 - 1
Source/BansheeCore/Source/BsPixelUtil.cpp

@@ -5,7 +5,7 @@
 #include "BsColor.h"
 #include "BsMath.h"
 #include "BsException.h"
-#include <nvtt.h>
+#include <nvtt/nvtt.h>
 
 namespace BansheeEngine 
 {