File tree Expand file tree Collapse file tree
src/main/java/com/github/stephengold/wizard Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Copyright (c) 2019-2024 Stephen Gold
1+ Copyright (c) 2019-2026 Stephen Gold
22
33Note: the following license does not apply to certain assets/resources
44(3 files in src/main/resources/Textures/icons)
Original file line number Diff line number Diff line change 22
33[versions ]
44
5- checkstyle = " 13.4.0 "
5+ checkstyle = " 13.4.1 "
66jme = " 3.10.0-alpha3"
77
88[libraries ]
Original file line number Diff line number Diff line change 11/*
2- Copyright (c) 2019-2023 Stephen Gold
2+ Copyright (c) 2019-2026 Stephen Gold
33
44 Redistribution and use in source and binary forms, with or without
55 modification, are permitted provided that the following conditions are met:
@@ -742,14 +742,14 @@ void load() {
742742
743743 unload ();
744744 String assetRoot = assetRoot ();
745- String assetPath = assetPath ();
746745
747746 Locators .save ();
748747 Locators .unregisterAll ();
749748 Locators .registerFilesystem (assetRoot );
750749 Locators .registerDefault ();
751750 AssetManager assetManager = Locators .getAssetManager ();
752751 assetManager .clearCache ();
752+ String assetPath = assetPath ();
753753 try {
754754 this .rootSpatial = assetManager .loadModel (assetPath );
755755 this .loadException = null ;
You can’t perform that action at this time.
0 commit comments