Skip to content

Commit

Permalink
Update LWJGL2
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore authored Oct 19, 2024
1 parent 1d1e1b7 commit 1667a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/babric/processor/LWJGL2LibraryProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import java.util.function.Predicate;

public class LWJGL2LibraryProcessor extends LibraryProcessor {
public static final String VERSION = "2.9.4+legacyfabric.8";
public static final String VERSION = "2.9.4+legacyfabric.9";
private boolean applied = false;
public LWJGL2LibraryProcessor(Platform platform, LibraryContext context) {
super(platform, context);
Expand Down

0 comments on commit 1667a81

Please sign in to comment.