mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Fix close event being sent when deleting the window.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1060 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
40b4bda26b
commit
6b6375abf9
@ -152,10 +152,7 @@ myWheelStatus(0.0f)
|
||||
////////////////////////////////////////////////////////////
|
||||
WindowImplCocoa::~WindowImplCocoa()
|
||||
{
|
||||
// Make sure the window is closed
|
||||
Show(false);
|
||||
|
||||
// Release the window objects
|
||||
// Release the window wrapper
|
||||
[myWrapper release];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user