Răsfoiți Sursa

Interactive no longer drawable

Nicolas Cannasse 3 ani în urmă
părinte
comite
41dd31e22d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      h2d/Interactive.hx

+ 1 - 1
h2d/Interactive.hx

@@ -11,7 +11,7 @@ package h2d;
 	By default, Interactive only reacts to primary (left) mouse button for actions, see `Interactive.enableRightButton` for details.
 	By default, Interactive only reacts to primary (left) mouse button for actions, see `Interactive.enableRightButton` for details.
 **/
 **/
 @:allow(h2d.Scene)
 @:allow(h2d.Scene)
-class Interactive extends Drawable implements hxd.SceneEvents.Interactive {
+class Interactive extends Object implements hxd.SceneEvents.Interactive {
 
 
 	/**
 	/**
 		Width of the Interactive. Ignored if `Interactive.shape` is set.
 		Width of the Interactive. Ignored if `Interactive.shape` is set.