mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Removed updateLayer
This commit is contained in:
parent
2e2bd93a1c
commit
335f505ef2
|
@ -45,9 +45,9 @@
|
|||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/*
|
||||
- (BOOL)wantsUpdateLayer
|
||||
{
|
||||
printf("wantsUpdateLayer\n");
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
@ -85,6 +85,7 @@
|
|||
//SDL_SendWindowEvent(_sdlWindow, SDL_WINDOWEVENT_EXPOSED, 0, 0);
|
||||
//[context scheduleUpdate];
|
||||
}
|
||||
*/
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Reference in a new issue