Skip to content

Commit a7c4ed9

Browse files
Remove anisotropic filtering override
1 parent 5f2e3fd commit a7c4ed9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gametest/java/net/wurstclient/gametest/WurstTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ private void testInWorld(ClientGameTestContext context,
8383
TestClientWorldContext world = spContext.getClientWorld();
8484
TestServerContext server = spContext.getServer();
8585

86-
// Disable anisotropic filtering
87-
context.runOnClient(mc -> mc.options.maxAnisotropyBit().set(0));
88-
8986
// Disable chunk fade
9087
context.runOnClient(mc -> mc.options.chunkSectionFadeInTime().set(0.0));
9188

0 commit comments

Comments
 (0)