瀏覽代碼

Remove unused attributes in json

nagadomi 9 年之前
父節點
當前提交
29dc96eadf
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      tools/export_model.lua

+ 0 - 5
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)