Video Buffer is not being cleared on Startup
by Kenneth Rodgers · in Torque Game Builder · 01/22/2010 (5:11 pm) · 2 replies
I've found a few threads that talk about this, but none of them have come up with a solution. Basically what is happening is that when you run your game the contents of the video buffer is being displayed to the screen while the engine is loading. This often looks like garbled images and colors. Is there a way to clear the contents of the video buffer on startup through script? Or do you have dig into the source code?
Thanks for the help!
Thanks for the help!
#2
01/27/2010 (12:32 pm)
How about showing a black image map right away in a scene, then loading and exec'ing all the other files, such as managed/datablocks.cs?
Torque Owner Kenneth Rodgers