mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
nuts
This commit is contained in:
@@ -246,6 +246,7 @@ public class PSurfaceFX implements PSurface {
|
||||
if (smooth == 0) {
|
||||
stage.setScene(new Scene(stackPane, width, height, false, SceneAntialiasing.DISABLED));
|
||||
} else {
|
||||
// ...or maybe not, these seem to go to the same code path
|
||||
stage.setScene(new Scene(stackPane, width, height, false));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user