From 335f505ef25e18ca4415b7ce020fb13602dbbd0b Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sat, 20 Oct 2018 09:33:21 +0200 Subject: [PATCH] Removed updateLayer --- src/native/macosx/OSXWindowFrameView.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/native/macosx/OSXWindowFrameView.m b/src/native/macosx/OSXWindowFrameView.m index 9c856cf..1c7eb17 100644 --- a/src/native/macosx/OSXWindowFrameView.m +++ b/src/native/macosx/OSXWindowFrameView.m @@ -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]; } +*/ ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////