Hello Guest

[FIXED] NPE in Display.destroy()

  • 1 Replies
  • 7193 Views
*

Offline princec

  • *****
  • 1933
    • Puppygames
[FIXED] NPE in Display.destroy()
« on: October 18, 2011, 15:40:57 »
Display.destroy() forgets to guard against the case that it hasn't yet been created, causing an NPE trying to access drawable. I'd fix it meself but I'm not set up to do it at the mo.

Cas :)

*

Offline Matzon

  • *****
  • 2242
Re: [FIXED] NPE in Display.destroy()
« Reply #1 on: October 18, 2011, 17:25:11 »
fixed in r3681