summaryrefslogtreecommitdiff
path: root/include/SSVOpenHexagon/Core/HexagonDialogBox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSVOpenHexagon/Core/HexagonDialogBox.hpp')
-rw-r--r--include/SSVOpenHexagon/Core/HexagonDialogBox.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SSVOpenHexagon/Core/HexagonDialogBox.hpp b/include/SSVOpenHexagon/Core/HexagonDialogBox.hpp
index 5cbd0224..ff43cfbe 100644
--- a/include/SSVOpenHexagon/Core/HexagonDialogBox.hpp
+++ b/include/SSVOpenHexagon/Core/HexagonDialogBox.hpp
@@ -17,7 +17,7 @@ class GameWindow;
}
namespace hg::Utils {
-class FastVertexVectorQuads;
+class FastVertexVectorTris;
} // namespace hg::Utils
namespace hg {
@@ -58,7 +58,7 @@ private:
void drawText(
const sf::Color& txtColor, const float xOffset, const float yOffset);
- void drawBox(Utils::FastVertexVectorQuads& quads,
+ void drawBox(Utils::FastVertexVectorTris& quads,
const sf::Color& frameColor, const float x1, const float x2,
const float y1, const float y2);
void drawCenter(const sf::Color& txtColor, const sf::Color& backdropColor);