mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 02:56:33 +11:00
Removed updateLayer
This commit is contained in:
parent
2e2bd93a1c
commit
335f505ef2
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue