aboutsummaryrefslogtreecommitdiff
path: root/bin/game
diff options
context:
space:
mode:
Diffstat (limited to 'bin/game')
-rw-r--r--bin/game/main.lua4
1 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>