Selaa lähdekoodia

texturev: Added bmp support.

Branimir Karadžić 9 vuotta sitten
vanhempi
sitoutus
4ac42ebe29
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      tools/texturev/texturev.cpp

+ 1 - 0
tools/texturev/texturev.cpp

@@ -33,6 +33,7 @@ namespace stl = tinystl;
 
 static const char* s_supportedExt[] =
 {
+	"bmp",
 	"dds",
 	"jpg",
 	"jpeg",