mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Missing change to ContextCapabilitiesGenerator from last commit
This commit is contained in:
parent
ddfae1512d
commit
98c79d991d
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@ public class ContextCapabilitiesGenerator {
|
|||
public static void generateInitializerPrologue(PrintWriter writer) {
|
||||
writer.println("\t" + Utils.CONTEXT_CAPS_CLASS_NAME + "() throws LWJGLException {");
|
||||
writer.println("\t\tSet " + CACHED_EXTS_VAR_NAME + " = " + ALL_INIT_METHOD_NAME + "();");
|
||||
writer.println("\t\ttracker = new StateTracker();");
|
||||
}
|
||||
|
||||
private static String translateFieldName(String interface_name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue