소스 검색

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;