Skip to content

Commit

Permalink
Reload scenes after switching the scenes directory. (chunky-dev#1609)
Browse files Browse the repository at this point in the history
* Bump year in credits.

* Reload scenes after switching the scenes directory.

Fixes chunky-dev#1318
  • Loading branch information
leMaik committed Sep 9, 2023
1 parent 73a9d12 commit 4c0cbe2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ when in doubt.

## Copyright & License

Chunky is Copyright (c) 2010-2022, Jesper Öqvist <jesper@llbit.se> and [Chunky Contributors][chunky-contributors].
Chunky is Copyright (c) 2010-2023, Jesper Öqvist <jesper@llbit.se> and [Chunky Contributors][chunky-contributors].

Permission to modify and redistribute is granted under the terms of
the GPLv3 license. See the file `LICENSE` for the full license.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public class SceneChooserController implements Initializable {
// an API for getting/setting the scene directory so that custom render contexts can
// use a fixed scene directory.
controller.getChunky().options.sceneDir = directory;
populateSceneTable(controller.getChunky().options.sceneDir);
}
});

Expand Down
2 changes: 1 addition & 1 deletion chunky/src/res/se/llbit/chunky/ui/dialogs/Credits.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Font name="System Bold" size="14.0"/>
</font>
</Label>
<Label text="Copyright (c) 2010-2022, Jesper Öqvist and Chunky contributors." wrapText="true">
<Label text="Copyright (c) 2010-2023, Jesper Öqvist and Chunky contributors." wrapText="true">
<padding>
<Insets top="10.0"/>
</padding>
Expand Down

0 comments on commit 4c0cbe2

Please sign in to comment.