We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a52999 + 85c9d26 commit 9edd62aCopy full SHA for 9edd62a
src/main/java/dev/tr7zw/entityculling/CullTask.java
@@ -130,9 +130,9 @@ public void run() {
130
131
// 1.8 doesn't know where the heck the camera is... what?!?
132
private Vec3 getCameraPos() {
133
- if (client.gameSettings.thirdPersonView == 0) {
134
- return client.getRenderViewEntity().getPositionEyes(0);
135
- }
+ //if (client.gameSettings.thirdPersonView == 0) {
+ // return client.getRenderViewEntity().getPositionEyes(0);
+ //}
136
return client.getRenderViewEntity().getPositionEyes(0);
137
// doesn't work correctly
138
// Entity entity = client.getRenderViewEntity();
0 commit comments