Fixed: Load Scenographic Editor lua files

--HG--
branch : compatibility-develop
This commit is contained in:
ulukyn@gmail.com 2016-12-14 20:16:42 +01:00
parent 6238139c08
commit b0dc979718

View file

@ -115,7 +115,7 @@ encode = function(val, stack)
end
function json.encode(val)
function Json.encode(val)
return ( encode(val) )
end