Merge branch 'master' of github.com:tildearrow/furnace

This commit is contained in:
tildearrow 2022-10-24 14:59:00 -05:00
commit 5b3225d69c
10 changed files with 378 additions and 1 deletions

View file

@ -3081,7 +3081,6 @@ bool FurnaceGUI::loop() {
scrConfW=scrW;
scrConfH=scrH;
}
}
// update canvas size as well
if (SDL_GetRendererOutputSize(sdlRend,&canvasW,&canvasH)!=0) {