ソースを参照

added domkit_heaps

Nicolas Cannasse 6 年 前
コミット
ab9fc1100e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      h2d/Object.hx

+ 1 - 1
h2d/Object.hx

@@ -7,7 +7,7 @@ import hxd.Math;
 	so the various transforms are inherited to its children.
 **/
 @:allow(h2d.Tools)
-class Object #if domkit implements domkit.Model<h2d.Object> #end {
+class Object #if (domkit && !domkit_heaps) implements domkit.Model<h2d.Object> #end {
 
 	static var nullDrawable : h2d.Drawable;