White background and white text?

Hi there,



For some strange reason all tutorials and examples which print out the FPS, triangle count etc. are printing white text on white background making it pretty hard to read the text  :wink:



I noticed that when starting the demo applications through the Java-webstart the text rendered correctly, but when I compile and run the code from my IDE, the text bg is white. Everything else seems to work properly though.



Anyone?  :?


It's not finding the font bitmap, so you are actually just seeing white quads (the texture is applied to these quads). Make sure you have all data referenced in your classpath on the IDE.

Right! Adding the src directory to the classpath did the trick!



Thanks!  :slight_smile: