We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f4598 commit 92a5cfdCopy full SHA for 92a5cfd
chunky/src/java/se/llbit/chunky/main/Chunky.java
@@ -165,7 +165,7 @@ public void close() {
165
});
166
167
try {
168
- sceneManager.loadScene(options.sceneDir, options.sceneName);
+ sceneManager.loadScene(options.getSceneDescriptionFile().getParentFile(), options.sceneName);
169
if (options.target != -1) {
170
sceneManager.getScene().setTargetSpp(options.target);
171
}
0 commit comments