Sfoglia il codice sorgente

HDRLoader: delete unused variable "colorcorr"

Stephen Gold 3 anni fa
parent
commit
75a4127710

+ 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;