Forum Discussion
RokuJoel
12 years agoBinge Watcher
if screen.clear() is the last thing before you call swapbuffers in each iteration in your loop, I'm surprised you were seeing anything at all on the screen, since that would be the last draw operation, unless you are calling swapbuffers somewhere else in the loop as well.
- Joel
- Joel