mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 13:50:00 +03:00
Fix OpenGl3PixmapRenderer.reconfigure()
This commit is contained in:
parent
15a29d49dd
commit
748696d98e
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ final class OpenGl3PixmapRenderer : PixmapRenderer {
|
||||||
viewport = (_poc.config.renderer.resolution * scaleI);
|
viewport = (_poc.config.renderer.resolution * scaleI);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Scaling.integerFP:
|
case Scaling.intHybrid:
|
||||||
if (karContainNeedsDownscaling(_poc.config.renderer.resolution, _poc.config.window.size)) {
|
if (karContainNeedsDownscaling(_poc.config.renderer.resolution, _poc.config.window.size)) {
|
||||||
goto case Scaling.contain;
|
goto case Scaling.contain;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue