Skip to content

Commit 1643f09

Browse files
committed
Fix some build warnings [skip ci]
1 parent 3fb19e9 commit 1643f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/meteordevelopment/meteorclient/mixin/GpuTextureMixin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
@Mixin(GpuTexture.class)
1515
public abstract class GpuTextureMixin implements IGpuTexture {
16-
@Shadow
16+
@Shadow(remap = false)
1717
protected AddressMode addressModeU;
1818

19-
@Shadow
19+
@Shadow(remap = false)
2020
protected AddressMode addressModeV;
2121

2222
@Override

0 commit comments

Comments
 (0)