补充缺失变量
This commit is contained in:
parent
67878578f7
commit
c03e27d317
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ public class AircraftOverlay implements LayeredDraw.Layer {
|
|||
Camera camera = mc.gameRenderer.getMainCamera();
|
||||
Vec3 cameraPos = camera.getPosition();
|
||||
PoseStack poseStack = guiGraphics.pose();
|
||||
var screenWidth = guiGraphics.guiWidth();
|
||||
var screenHeight = guiGraphics.guiHeight();
|
||||
|
||||
var partialTick = deltaTracker.getGameTimeDeltaPartialTick(true);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue