Removed updateLayer

This commit is contained in:
Daniel Collin 2018-10-20 09:33:21 +02:00
parent 2e2bd93a1c
commit 335f505ef2

View file

@ -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];
}
*/
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////