mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
Removed PGL.Context subclass
This commit is contained in:
@@ -249,7 +249,7 @@ class FontTexture implements PConstants {
|
||||
}
|
||||
if (outdated) {
|
||||
for (int i = 0; i < textures.length; i++) {
|
||||
pg.removeTextureObject(textures[i].glName, textures[i].context.id());
|
||||
pg.removeTextureObject(textures[i].glName, textures[i].context);
|
||||
textures[i].glName = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user