Can I anyhow turn off messages "Pre-warming done!"?
What's the problem with that particular message? You can set the log level to warning or error and it will go away...as well as all the other outputs of level "message".
it's interesting see hundreds "Pre-warming done!" during the loading... ;D
What are you doing to trigger this at load time?
I don't know what "Pre-warming done!" is...
It happens when you call TextureManager.preWarm();...are you doing this?
Oh, I had this on every frame when game is loading, thanks