Skip to content

Commit

Permalink
Update for Code Style
Browse files Browse the repository at this point in the history
updates to bring some code style up to date to match others.
  • Loading branch information
Hapaxia committed Feb 20, 2025
1 parent b85962b commit 0851125
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 179 deletions.
4 changes: 2 additions & 2 deletions src/SelbaWard/FrameTransition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
namespace selbaward
{

// SW Frame Transition v1.0.1
// SW Frame Transition v1.0.2
class FrameTransition : public sf::Drawable, public sf::Transformable
{
public:
Expand Down Expand Up @@ -278,7 +278,7 @@ class FrameTransition : public sf::Drawable, public sf::Transformable
mutable bool m_isUpdateRequired;
mutable std::vector<sf::Vertex> m_vertices;

virtual void draw(sf::RenderTarget& target, sf::RenderStates states) const;
void draw(sf::RenderTarget& target, sf::RenderStates states) const override;
void priv_update() const;
void priv_updateFromTexCrop() const;
void priv_updateFromZoom() const;
Expand Down
Loading

0 comments on commit 0851125

Please sign in to comment.