Parcourir la source

added domkit_heaps

Nicolas Cannasse il y a 6 ans
Parent
commit
ab9fc1100e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.
 	so the various transforms are inherited to its children.
 **/
 **/
 @:allow(h2d.Tools)
 @: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;
 	static var nullDrawable : h2d.Drawable;