Browse Source

Fix include path of nvtt.h

Marc Legendre 9 years ago
parent
commit
d521c95022
1 changed files with 1 additions and 1 deletions
  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 
 {