Fixed windows compilation problem with last update.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@370 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
b309d468c4
commit
5b391a7097
@ -581,7 +581,7 @@ void fgCloseWindow( SFG_Window* window )
|
|||||||
wglDeleteContext( window->Window.Context );
|
wglDeleteContext( window->Window.Context );
|
||||||
}
|
}
|
||||||
|
|
||||||
DestroyWindow( hWnd );
|
DestroyWindow( window->Window.Handle );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user