Skip to content

Commit

Permalink
Update ChunkShaderBindingPoints.java
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Mar 31, 2024
1 parent 6f54cdf commit 3881164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package me.jellysquid.mods.sodium.client.render.chunk.shader;

public class ChunkShaderBindingPoints {
public static final int ATTRIBUTE_PACKED_DATA = 1;
public static final int ATTRIBUTE_PACKED_DATA = 0;

public static final int FRAG_COLOR = 0;
}

0 comments on commit 3881164

Please sign in to comment.