aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/spritebatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/spritebatch.h')
-rw-r--r--yage/core/spritebatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/spritebatch.h b/yage/core/spritebatch.h
index e0b612a4..9ec7cffb 100644
--- a/yage/core/spritebatch.h
+++ b/yage/core/spritebatch.h
@@ -95,7 +95,7 @@ public:
// adds a sprite to the sprite batch to be rendered later
void draw(const yage::Vector4f &destination_rect,
- const yage::Vector4f &uv_rect, GLuint texture, const Color &color,
+ const yage::Vector4f &uv_rect, GLuint texture, const Colour &colour,
float depth);
// render the batch
void render();