I use X_PRINT and X_DRAWAXES to show some debug info on my 3D objects in my scene. But some of the Axis's have been disappearing after I use X_PRINT?
WHILE TRUE
X_MAKE3D 1,5500,45
X_DRAWAXES 0,0,-100
// X_PRINT "test",0,0,-50,0.3 // Unremark this line to see bug...
X_DRAWAXES 10,10,-100
SHOWSCREEN
WEND
It's a bug - I'm fixing it. So long disable texturing with X_SETTEXTURE -1, -1
Weird, but also using X_SPRITE after a X_DRAWAXES makes all the X_SPRITE textures go blue...?
Even with... X_SETTEXTURE -1, -1...
Hopes this helps nail down the bug.
Thank you. Fixed in next update, too.