clang-tidy
This commit is contained in:
@@ -26,7 +26,7 @@ class PixelReveal {
|
||||
void render(int dst_x, int dst_y) const;
|
||||
|
||||
// Indica si el revelado ha completado todas las filas
|
||||
[[nodiscard]] bool isComplete() const;
|
||||
[[nodiscard]] auto isComplete() const -> bool;
|
||||
|
||||
private:
|
||||
std::shared_ptr<Surface> cover_surface_; // Máscara negra que se va haciendo transparente
|
||||
|
||||
Reference in New Issue
Block a user