Skip to content

Commit f4f6992

Browse files
committed
Faster timeline images
1 parent 93ac458 commit f4f6992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/neuronrobotics/bowlerstudio/creature/ThumbnailImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public WritableImage get(CSGDatabaseInstance instance,List<CSG> c) {
137137
// new Rotate(-45, Rotate.X_AXIS)
138138
// );
139139
// Create a scene with the group and camera
140-
int i = 1000;
140+
int i = 100;
141141
Scene scene = new Scene(root, i, i, true, SceneAntialiasing.BALANCED);
142142
scene.setFill(Color.TRANSPARENT);
143143
scene.setCamera(camera);

0 commit comments

Comments
 (0)