fix SFContext::MakeCurrent

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1731 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
mantognini 2010-11-30 23:00:45 +00:00
parent e2ff29ecda
commit 0ed20bf130

View File

@ -87,6 +87,7 @@ SFContext::~SFContext()
bool SFContext::MakeCurrent()
{
[myContext makeCurrentContext];
return myContext == [NSOpenGLContext currentContext]; // Should be true.
}