aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/game/main.lua4
-rw-r--r--bin/jin.exebin561664 -> 561152 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/game/main.lua b/bin/game/main.lua
index a1794aa..8128bb6 100644
--- a/bin/game/main.lua
+++ b/bin/game/main.lua
@@ -110,8 +110,8 @@ function jin.core.onLoad()
jin.log.info(jin.time.getFPS() .. " fps")
end)
- local xmlParser = jin.utils.xml.newParser()
- local xml = xmlParser:ParseXmlText[[
+ --local xmlParser = jin.utils.xml.newParser()
+ local xml = jin.utils.xml.parseXmlText[[
<test one="two">
<three four="five" four="six"/>
<three>eight</three>
diff --git a/bin/jin.exe b/bin/jin.exe
index 2e8b61f..39b358d 100644
--- a/bin/jin.exe
+++ b/bin/jin.exe
Binary files differ