OS X: Fix the SoftGL driver.

I knew I was overlooking something...

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92232 e17a0e51-4ae3-4d35-97c3-1a29b211df97
This commit is contained in:
SND\MaddTheSane_cp 2014-11-11 00:10:11 +00:00
parent f7961efaee
commit 8504c3e708
1 changed files with 2 additions and 2 deletions

View File

@ -295,8 +295,8 @@ static int mylog2(int val)
[NSOpenGLContext clearCurrentContext];
[self setNeedsDisplay:true];
//[self setNeedsDisplay:true];
[self renderScreen];
[glLock unlock];
}