mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Removed redundant vbo_tracker from Display.java
This commit is contained in:
parent
466faf572f
commit
e994515f7c
1 changed files with 0 additions and 3 deletions
|
|
@ -93,9 +93,6 @@ public final class Display {
|
|||
/** VSync */
|
||||
private static boolean vsync;
|
||||
|
||||
/** Tracks VBO state for the window context */
|
||||
private static VBOTracker vbo_tracker;
|
||||
|
||||
/** A unique context object, so we can track different contexts between creates() and destroys() */
|
||||
private static Display context;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue