Browse Source

added dds file

Nicolas Cannasse 5 years ago
parent
commit
d653bf6043
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hide/Ide.hx

+ 1 - 1
hide/Ide.hx

@@ -737,7 +737,7 @@ class Ide {
 		return path;
 	}
 
-	public static var IMG_EXTS = ["jpg", "jpeg", "gif", "png", "raw"];
+	public static var IMG_EXTS = ["jpg", "jpeg", "gif", "png", "raw", "dds"];
 	public function chooseImage( onSelect ) {
 		chooseFile(IMG_EXTS, onSelect);
 	}