forked from jaildesigner-jailgames/jaildoctors_dilemma
linter
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user