Merge pull request #412 from analogjupiter/pixmappresenter-fix

Fix OpenGl3PixmapRenderer.reconfigure()
This commit is contained in:
Adam D. Ruppe 2023-12-29 19:43:29 -05:00 committed by GitHub
commit 60f3510352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ final class OpenGl3PixmapRenderer : PixmapRenderer {
viewport = (_poc.config.renderer.resolution * scaleI);
break;
case Scaling.integerFP:
case Scaling.intHybrid:
if (karContainNeedsDownscaling(_poc.config.renderer.resolution, _poc.config.window.size)) {
goto case Scaling.contain;
}