kritzikratzi / fullscreen-p5

Fullscreen-API for the Processing programming language
http://www.superduper.org/processing/fullscreen_api/
MIT License
15 stars 7 forks source link

Texture issues when exiting fullscreen (and re-enter) #13

Open eljeffeg opened 14 years ago

eljeffeg commented 14 years ago

When I exit softfullscreen, it completely screws up all the text and textures.

kritzikratzi commented 14 years ago

does it always do that or just sometimes? as a not so nice workaround: we could introduce a fs.register( PFont/PImage ) method that works along the lines of the "recreate font" hack http://wiki.github.com/kritzikratzi/fullscreen-p5/hacks

eljeffeg commented 14 years ago

Odd. I'm having an issue exiting fs right now. Gives me an error. Invalid memory access of location 0x0 eip=0x864f04e3

kritzikratzi commented 14 years ago

very odd. does this happen every now and then, or all the time?