clang-tidy

This commit is contained in:
2026-04-03 09:31:41 +02:00
parent 8dcc1d282a
commit 46dc81124f
25 changed files with 320 additions and 314 deletions

View File

@@ -50,7 +50,9 @@ Director::Director() {
// Obtiene la ruta del ejecutable
std::string base = SDL_GetBasePath();
if (!base.empty() && base.back() == '/') base.pop_back();
if (!base.empty() && base.back() == '/') {
base.pop_back();
}
executable_path_ = base;
// Crea la carpeta del sistema donde guardar datos