forked from jaildesigner-jailgames/jaildoctors_dilemma
linter
This commit is contained in:
@@ -223,7 +223,7 @@ auto Asset::check() const -> bool {
|
||||
}
|
||||
|
||||
// Comprueba que existe un fichero
|
||||
auto Asset::checkFile(const std::string& path) const -> bool {
|
||||
auto Asset::checkFile(const std::string& path) -> bool {
|
||||
std::ifstream file(path);
|
||||
bool success = file.good();
|
||||
file.close();
|
||||
|
||||
Reference in New Issue
Block a user