Code cleanup and formatting.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / renderer / raster / shapes / basic / ForwardOrientedTexture.java
index 4d2bb1f..8cec310 100644 (file)
@@ -19,7 +19,7 @@ import eu.svjatoslav.sixth.e3d.renderer.raster.texture.TextureBitmap;
 public class ForwardOrientedTexture extends AbstractCoordinateShape {
 
     private static final double SIZE_MULTIPLIER = 0.005;
-    public Texture texture;
+    public final Texture texture;
     private double scale;
 
     public ForwardOrientedTexture(final Point3D point, final double scale,