summaryrefslogtreecommitdiff
path: root/Source/Samples/LuaxTest/main.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-15 08:58:10 +0800
committerchai <chaifix@163.com>2019-03-15 08:58:10 +0800
commit95d27af75eb2aff8020e073eff8dfeb074b5bba6 (patch)
treecda1aee33f94a871d5f5cd81e108497e18655662 /Source/Samples/LuaxTest/main.cpp
parent08997c7768f7323fceaa27411a660cd23fe0dca6 (diff)
*luax
Diffstat (limited to 'Source/Samples/LuaxTest/main.cpp')
-rw-r--r--Source/Samples/LuaxTest/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Samples/LuaxTest/main.cpp b/Source/Samples/LuaxTest/main.cpp
index a629da6..3d5eb34 100644
--- a/Source/Samples/LuaxTest/main.cpp
+++ b/Source/Samples/LuaxTest/main.cpp
@@ -227,7 +227,7 @@ function main()
print(Asura.SimBoy.Foo())
print(Asura.EGender.BOY)
- --Asura.EGender.BOY = 2
+ Asura.EGender.BOY = 2
print(Asura.EGender.BOY)
print(Asura.SimBoy.EHabits.Girls)
print(Asura.EHabits.Girls)