linter
This commit is contained in:
@@ -95,7 +95,7 @@ class PathSprite : public Sprite {
|
||||
void goToNextPathOrDie(); // Cambia de recorrido o finaliza
|
||||
|
||||
// --- Métodos auxiliares para addPath ---
|
||||
[[nodiscard]] auto determineCenteringType(const Path& path, bool centered) const -> PathCentered; // Determina el tipo de centrado
|
||||
void centerPathOnX(Path& path, float offset); // Aplica centrado en el eje X
|
||||
void centerPathOnY(Path& path, float offset); // Aplica centrado en el eje Y
|
||||
[[nodiscard]] static auto determineCenteringType(const Path& path, bool centered) -> PathCentered; // Determina el tipo de centrado
|
||||
static void centerPathOnX(Path& path, float offset); // Aplica centrado en el eje X
|
||||
static void centerPathOnY(Path& path, float offset); // Aplica centrado en el eje Y
|
||||
};
|
||||
Reference in New Issue
Block a user