This commit is contained in:
2025-11-03 09:52:54 +01:00
parent 1409ab5bff
commit 3f1c737247
32 changed files with 254 additions and 243 deletions

View File

@@ -112,7 +112,7 @@ Director::Director(std::vector<std::string> const& args) {
// 3. Initialize resource pack system (optional, with fallback)
std::cout << "Initializing resource pack (development mode): " << pack_path << '\n';
jdd::ResourceHelper::initializeResourceSystem(pack_path, true);
Jdd::ResourceHelper::initializeResourceSystem(pack_path, true);
#endif
@@ -164,7 +164,7 @@ Director::~Director() {
Input::destroy();
Notifier::destroy();
Resource::destroy();
jdd::ResourceHelper::shutdownResourceSystem(); // Shutdown resource pack system
Jdd::ResourceHelper::shutdownResourceSystem(); // Shutdown resource pack system
Audio::destroy();
Screen::destroy();
Asset::destroy();