Hey guys,
Well, this one has me really stumped. When I initialize my game as a window the game runs fine, i.e.:
On the other hand, when I try to run it in full screen, the BlitzMax IDE gives me the error "GLGraphicsDriver failed to set display mode".
Here is the code which I use to initialize it in full screen:
Anyone know what's going on?
Well, this one has me really stumped. When I initialize my game as a window the game runs fine, i.e.:
Graphics 800,600, 0
On the other hand, when I try to run it in full screen, the BlitzMax IDE gives me the error "GLGraphicsDriver failed to set display mode".
Here is the code which I use to initialize it in full screen:
Graphics 800,600, 1
Anyone know what's going on?