[SOLVED] Random Sprites Showing

Eh I have literally NO IDEA wtf is going on here but the only thing I have changed is moved from BitmapFont images to the GDX FreeType generator.

This only happens when I run it on Android and only after it has been run once and then quit or you die and it returns to menu.

Basically all my menu button drawables get replaced with the BitmapFont sheet, in game the sprites are random, my rocks are my character (at different frames), the BitmapFont sheet or just a black or red box.

What the hell is going on?

[SOLUTION]

Dispose of your shit! Always dispose of textures and reload them upon bringing the application to the front.