瀏覽代碼

Fixed a compile error with LUA.

hdunderscore 11 年之前
父節點
當前提交
f382ab895f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/Engine/LuaScript/pkgs/UI/UIElement.pkg

+ 1 - 1
Source/Engine/LuaScript/pkgs/UI/UIElement.pkg

@@ -247,7 +247,7 @@ class UIElement : public Animatable
     tolua_property__get_set bool useDerivedOpacity;
     tolua_property__has_set bool focus;
     tolua_property__is_set bool enabled;
-    tolua_property__is_set bool enabledPrev;
+    tolua_property__is_set bool deepEnabled;
     tolua_property__is_set bool editable;
     tolua_property__is_set bool selected;
     tolua_property__is_set bool visible;