@@ -9,7 +9,7 @@ public class GuiTexture {
private Texture texture;
protected Vector2f position;
protected float scale;
- private float opacity;
+ private float opacity = 1.0f;
public GuiTexture(Texture texture, Vector2f position, float scale) {
this.texture = texture;