Pasaeta de IWYU
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// IWYU pragma: no_include <bits/std_abs.h>
|
||||
#include "path_sprite.h"
|
||||
#include <cstdlib> // Para abs
|
||||
#include <functional> // Para function
|
||||
@@ -101,7 +102,7 @@ void PathSprite::enable()
|
||||
}
|
||||
|
||||
enabled_ = true;
|
||||
|
||||
|
||||
// Establece la posición
|
||||
auto &path = paths_.at(current_path_);
|
||||
const auto &p = path.spots.at(path.counter);
|
||||
|
||||
Reference in New Issue
Block a user