Browse Source

added tga and hdr images types

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

+ 1 - 1
hide/Ide.hx

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