1
0
Fork 0
mirror of synced 2024-05-19 20:32:22 +12:00

Remove unused attributes in json

This commit is contained in:
nagadomi 2016-03-27 17:37:38 +09:00
parent ed9c8b7ea8
commit 29dc96eadf

View file

@ -24,11 +24,6 @@ function export(model, output)
}
table.insert(jmodules, jmod)
end
jmodules[1].color = "RGB"
jmodules[1].gamma = 0
jmodules[#jmodules].color = "RGB"
jmodules[#jmodules].gamma = 0
local fp = io.open(output, "w")
if not fp then
error("IO Error: " .. output)