aboutsummaryrefslogtreecommitdiffstats
path: root/yage/base/spritebatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/base/spritebatch.cpp')
-rw-r--r--yage/base/spritebatch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yage/base/spritebatch.cpp b/yage/base/spritebatch.cpp
index 3aec8153..aaeec32f 100644
--- a/yage/base/spritebatch.cpp
+++ b/yage/base/spritebatch.cpp
@@ -61,8 +61,8 @@ void SpriteBatch::end()
createRenderBatches();
}
-void SpriteBatch::draw(const glm::vec4 &destination_rect,
- const glm::vec4 &uv_rect, GLuint texture,
+void SpriteBatch::draw(const yage::Vector4f &destination_rect,
+ const yage::Vector4f &uv_rect, GLuint texture,
const Color &color, float depth)
{
Vertex top_left, top_right, bottom_right, bottom_left;