Fixed: Load Scenographic Editor lua files

This commit is contained in:
ulukyn 2016-12-14 20:16:42 +01:00
parent 8fc66a4af4
commit fd1f324c5c

View file

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