Skip to content

Commit

Permalink
Bump the scene description file version.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Oct 19, 2024
1 parent ef4988b commit 27a92e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunky/src/java/se/llbit/chunky/renderer/scene/Scene.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public class Scene implements JsonSerializable, Refreshable {
public static final String EXTENSION = ".json";

/** The current Scene Description Format (SDF) version. */
public static final int SDF_VERSION = 9;
public static final int SDF_VERSION = 10;

protected static final double fSubSurface = 0.3;

Expand Down

0 comments on commit 27a92e8

Please sign in to comment.