I have create a simple start exemple, folling some code of source tutorial, Start well, but create a confez image, distorced like below...
(http://img.photobucket.com/albums/v413/Grinvon/dazed_img.png)
What can I do to fix it?
Thanks all!
Looks like you've either forgotten to do a glClear to clear any random crap out of the backbuffer, or you've forgotten to call Display.update() after rendering.
Cas :)