GL2 cleanup
This commit is contained in:
parent
82dea5051f
commit
b049043ab5
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ public class GLTrueColorImagingExtension extends AbstractGLSLImagingExtension
|
|||
renderingGamma = 1.0;
|
||||
writeToImage = null;
|
||||
trueColorImage.setImageParameters(parameters.keySet());
|
||||
trueColorImage.bind(target.getGl());
|
||||
trueColorImage.bind(target.getGl().getGL2());
|
||||
return imageCoverage;
|
||||
} else {
|
||||
target.drawRasters(paintProps,
|
||||
|
|
Loading…
Add table
Reference in a new issue