Browse Source

Add custsomCheckInfo dynamic.

clementlandrin 1 năm trước cách đây
mục cha
commit
220aa49759
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      hxd/res/Image.hx

+ 5 - 0
hxd/res/Image.hx

@@ -287,9 +287,14 @@ class Image extends Resource {
 			}
 			}
 		}
 		}
 
 
+		customCheckInfo(this);
+
 		return inf;
 		return inf;
 	}
 	}
 
 
+	public static dynamic function customCheckInfo(i : Image) {
+	}
+
 	public function getPixels( ?fmt : PixelFormat, ?index : Int ) {
 	public function getPixels( ?fmt : PixelFormat, ?index : Int ) {
 		var pixels : hxd.Pixels;
 		var pixels : hxd.Pixels;
 		if( index == null )
 		if( index == null )