Skip to content

Commit

Permalink
Reload scenes after switching the scenes directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Jul 30, 2023
1 parent f07cc51 commit 9cf6f7b
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 9cf6f7b

Please sign in to comment.