diff --git a/tools/export_model.lua b/tools/export_model.lua index 8ba10e5..422b12a 100644 --- a/tools/export_model.lua +++ b/tools/export_model.lua @@ -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)