Fix entity rendering with larger/smaller than actual resolution

This commit is contained in:
Jonas Herzig
2020-04-01 14:28:53 +02:00
parent 4116a3a7c9
commit ad523009b4
3 changed files with 9 additions and 0 deletions

View File

@@ -71,6 +71,9 @@ public class ScreenshotRenderer implements RenderInfo {
, false
//#endif
);
//#if MC>=11500
//$$ mc.gameRenderer.onResized(displayWidthBefore, displayHeightBefore);
//#endif
//#else
//$$ mc.resize(displayWidthBefore, displayHeightBefore);
//#endif