linter
This commit is contained in:
@@ -61,7 +61,7 @@ auto AssetIntegrated::loadFile(const std::string& filename) -> std::vector<uint8
|
||||
return data;
|
||||
}
|
||||
|
||||
auto AssetIntegrated::fileExists(const std::string& filename) const -> bool {
|
||||
auto AssetIntegrated::fileExists(const std::string& filename) -> bool {
|
||||
if (shouldUseResourcePack(filename) && resource_pack_enabled) {
|
||||
auto& loader = ResourceLoader::getInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user