diff --git a/source/Frame.cpp b/source/Frame.cpp index 08fa0b85..6067e658 100644 --- a/source/Frame.cpp +++ b/source/Frame.cpp @@ -1045,6 +1045,7 @@ void SetFullScreenMode () { //=========================================================================== void SetNormalMode () { fullscreen = 0; + buttonover = -1; buttonx = BUTTONX; buttony = BUTTONY; viewportx = VIEWPORTX;