Fixed fullscreen exit

This commit is contained in:
Marco Antognini 2011-08-10 10:42:37 +02:00
parent 95f0714e3a
commit b7c788dbf9

View File

@ -236,6 +236,7 @@
-(void)dealloc
{
[self closeWindow];
[NSMenu setMenuBarVisible:YES];
[myWindow release];
[myOGLView release];