Skip to content

Commit

Permalink
Update LWJGL
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore authored Feb 10, 2024
1 parent ef7f519 commit 55df1e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.util.function.Predicate;

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

0 comments on commit 55df1e7

Please sign in to comment.