Skip to content

Commit

Permalink
Update stompbox submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant committed Jul 8, 2024
1 parent 9baa456 commit c5fbf8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dependencies/stompbox
4 changes: 2 additions & 2 deletions StompboxRemote/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
else if (StompboxGame.InterfaceType == EStompboxInterfaceType.Pedalboard)
{
width = 320;
height = 240;
width = 960;
height = 540;
}

using (MonoGameHost GameHost = new MonoGameHost(width, height, fullscreen: false))
Expand Down

0 comments on commit c5fbf8f

Please sign in to comment.