If I run this code every loop:
set cursor 750,584
print "FPS: ",screen fps()
set cursor 0,0
Then I get a second camera starting at 0,0 and ending around 640,300 (guesswork). It takes up more than half of the top of the screen in 640x480 mode. If I comment out the Set Cursor command... it dosen't happen. By the way, the camera seems to be at roughly the same position, but it is obvious that the view is different.
I don't use Make Camera commands anywhere in my code. In fact, the only camera commands I use are at setup, as follows:
set camera range 1,600
I'm pretty sure this started with Patch 4.1.
I can post the full source if absolutely neccessary, but a simple moving-around boxes demo should show you what I mean.
As an aside, the text is NOT getting printed like it should.
--Mouse
Famous Fighting Furball