This commit is contained in:
Ben Fry
2015-09-16 10:21:03 -04:00
parent e4e97ca5d7
commit 13ea8d03b7

View File

@@ -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));
}