summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/scripts/gui
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/scripts/gui')
-rw-r--r--Source/Asura.Framework/scripts/gui/button.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Asura.Framework/scripts/gui/button.lua b/Source/Asura.Framework/scripts/gui/button.lua
index 67d0943..b122931 100644
--- a/Source/Asura.Framework/scripts/gui/button.lua
+++ b/Source/Asura.Framework/scripts/gui/button.lua
@@ -1,4 +1,4 @@
-AsuraEngine.Button = AsuraEngine.Component.Sub("Button")
+AsuraEngine.Button = AsuraEngine.Component.Extend("Button")
local Button = AsuraEngine.Button