update Xcode project

This commit is contained in:
2019-10-19 23:44:55 +02:00
parent 27576443ca
commit e30ac277c1
4 changed files with 17 additions and 5 deletions

View File

@@ -65,8 +65,8 @@ std::recursive_mutex lock_mutex;
{
lock_mutex.lock();
[EAGLContext setCurrentContext:context];
GameView* view = (GameView*)self.view;
[view bindDrawable];
// GameView* view = (GameView*)self.view;
// [view bindDrawable];
}
- (void)async_unlock
{