瀏覽代碼

HDRLoader: delete unused variable "colorcorr"

Stephen Gold 3 年之前
父節點
當前提交
75a4127710
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      jme3-core/src/plugins/java/com/jme3/texture/plugins/HDRLoader.java

+ 0 - 1
jme3-core/src/plugins/java/com/jme3/texture/plugins/HDRLoader.java

@@ -218,7 +218,6 @@ public class HDRLoader implements AssetLoader {
     public Image load(InputStream in, boolean flipY) throws IOException{
         float gamma = -1f;
         float exposure = -1f;
-        float[] colorcorr = new float[]{ -1f, -1f, -1f };
 
         int width = -1, height = -1;
         boolean verifiedFormat = false;