aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/spritebatch.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-12-20 17:59:48 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-12-20 17:59:48 +0000
commitcc35bb2471c6d3fd695e3f8985ef168cda3fb39c (patch)
tree2cf90c623fdb75086e486b368c5d65f35a839c10 /yage/core/spritebatch.h
parent1fcd6a0fe38a8db2c6d317c2735419aa04e9cd83 (diff)
parentb885965a6375f98d6bec63a43233461f9f42006d (diff)
downloadYAGE-cc35bb2471c6d3fd695e3f8985ef168cda3fb39c.tar.gz
YAGE-cc35bb2471c6d3fd695e3f8985ef168cda3fb39c.zip
Merge branch 'develop'
Diffstat (limited to 'yage/core/spritebatch.h')
-rw-r--r--yage/core/spritebatch.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/yage/core/spritebatch.h b/yage/core/spritebatch.h
index d90d6d05..fa93c5cb 100644
--- a/yage/core/spritebatch.h
+++ b/yage/core/spritebatch.h
@@ -1,5 +1,5 @@
-/* ----------------------------------------------------------------------------
- * spritebatch.h
+/** ---------------------------------------------------------------------------
+ * @file: spritebatch.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.
@@ -94,8 +94,8 @@ 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 Colour &colour,
- float depth);
+ const yage::Vector4f &uv_rect, GLuint texture,
+ const Colour &colour, float depth);
// render the batch
void render();