linter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user