Skip to content

Commit

Permalink
Fix NinePatch Previous Update
Browse files Browse the repository at this point in the history
add changes missed on previous update.
  • Loading branch information
Hapaxia committed Feb 21, 2025
1 parent cba29c0 commit 512d3e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SelbaWard/NinePatch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class NinePatch : public sf::Drawable, public sf::Transformable
bool isPointInsideTransformedContentArea(sf::Vector2f point) const;

private:
const sf::PrimitiveType m_primitiveType;
std::vector<sf::Vertex> m_vertices;
const sf::Texture* m_texture;
sf::Vector2f m_trimmedSize;
Expand Down

0 comments on commit 512d3e7

Please sign in to comment.