Skip to content

Commit fd03dec

Browse files
committed
enable expose watcher everywhere, turns out macos does want it as well, and it doesn't hurt on linux
1 parent dff8b37 commit fd03dec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Managers/WindowMan.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@ void WindowMan::Initialize() {
155155
SetViewportLetterboxed();
156156
}
157157

158-
#ifdef _WIN32
159158
SDL_AddEventWatch((SDL_EventFilter)WindowMan::HandleWindowExposedEvent, nullptr);
160-
#endif
161159
}
162160

163161
void WindowMan::CreatePrimaryWindow() {

0 commit comments

Comments
 (0)