Browse Source

added domkit_heaps

Nicolas Cannasse 6 years ago
parent
commit
ab9fc1100e
1 changed files with 1 additions and 1 deletions
  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;