소스 검색

texturev: Added bmp support.

Branimir Karadžić 9 년 전
부모
커밋
4ac42ebe29
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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[] =
 static const char* s_supportedExt[] =
 {
 {
+	"bmp",
 	"dds",
 	"dds",
 	"jpg",
 	"jpg",
 	"jpeg",
 	"jpeg",