Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Ha ha ha what I get for updating with gedit and not vim
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Aug 29, 2013
1 parent cc7f2e6 commit 17d08e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MonoGame.Framework/SDL2/SDL2_GameWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public void INTERNAL_RunLoop()
// Should be called on user resize only, NOT ApplyChanges!.
OnClientSizeChanged();
}
else if (evt.window.windowEvent == SDL.SDL_WindowEventID.SDL_WINDOWEVENT_CHANGED)
else if (evt.window.windowEvent == SDL.SDL_WindowEventID.SDL_WINDOWEVENT_SIZE_CHANGED)
{
Mouse.INTERNAL_WindowWidth = evt.window.data1;
Mouse.INTERNAL_WindowHeight = evt.window.data2;
Expand Down

0 comments on commit 17d08e2

Please sign in to comment.