This commit is contained in:
Igor 2016-02-25 02:57:28 +03:00
parent 6838fd6ff1
commit 13194222c0

View File

@ -435,7 +435,10 @@ end
model = {}
-- open("xyu.3dm")
local args = {...}
if args[1] then
open(args[1])
end
fixModelArray()
drawAll()