mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
fix #1900
This commit is contained in:
@@ -6223,7 +6223,7 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
|
||||
protected void initOffscreen() {
|
||||
// Getting the context and capabilities from the main renderer.
|
||||
loadTextureImpl(Texture.BILINEAR, false);
|
||||
loadTextureImpl(textureSampling, false);
|
||||
|
||||
// In case of reinitialization (for example, when the smooth level
|
||||
// is changed), we make sure that all the OpenGL resources associated
|
||||
|
||||
Reference in New Issue
Block a user