What is going on here?
So I’ve run into my first (second) hiccup already.
In the image below contains two applets running. The first one (top one) is running where the dummyImage line is not commented out. The second (bottom) applet is running with the dummyImage line commented.
This may seem alright to you, but:
- dummyImage is an empty 1×1 image
- backgroundImage is the pink image
- the clear colour is black (not white) – the white you see in the second image is the backgroundImage being drawn without a texture
Does anybody have an idea of what is happening? (P.S. this is Java, LWJGL and Slick2D)
