From c60164953dd6a4ee485c42211a3bcf8ee9eba06f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Dec 2017 14:38:14 +0000 Subject: Fixed license headers --- yage/core/spritebatch.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'yage/core/spritebatch.h') 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 * 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(); -- cgit