mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-25 08:14:49 +02:00
remove event watch on close (#964)
This commit is contained in:
@@ -446,6 +446,8 @@ void rdp_close() {
|
||||
delete wsi_platform;
|
||||
wsi_platform = nullptr;
|
||||
}
|
||||
|
||||
SDL_RemoveEventWatch(sdl_event_filter, nullptr);
|
||||
}
|
||||
|
||||
static void calculate_viewport(float *x, float *y, float *width, float *height,
|
||||
|
||||
Reference in New Issue
Block a user