浏览代码

Interactive no longer drawable

Nicolas Cannasse 3 年之前
父节点
当前提交
41dd31e22d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
 **/
 @: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.