This commit is contained in:
2025-11-03 09:58:19 +01:00
parent 3f1c737247
commit d4030ec1bc
4 changed files with 26 additions and 30 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ namespace Jdd {
// Get singleton instance
auto ResourceLoader::get() -> ResourceLoader& {
static ResourceLoader instance;
return instance;
static ResourceLoader instance_;
return instance_;
}
// Initialize with a pack file