Skip to content

Commit

Permalink
Squash pan changes
Browse files Browse the repository at this point in the history
  • Loading branch information
szbergeron committed Dec 13, 2019
1 parent 7bb1949 commit bfa2a2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Core/Window.re
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,7 @@ let _handleEvent = (sdlEvent: Sdl2.Event.t, v: t) => {
| Sdl2.Event.WindowLeave(_) => Event.dispatch(v.onMouseLeave, ())
| Sdl2.Event.WindowExposed(_) => Event.dispatch(v.onExposed, ())
| Sdl2.Event.Quit => ()
| _ =>
log("Unknown event recieved");
()
| _ => ()
};
};

Expand Down

0 comments on commit bfa2a2d

Please sign in to comment.