diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-18 11:31:54 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-18 11:31:54 +0100 |
commit | ea5e62b4ca8fbe214605abdab486bf6dcc1cc540 (patch) | |
tree | db8eaad14aad977e8b5d82ff8ae1c6f4a757430e /src/crepe/system/RenderSystem.h | |
parent | 81404db80bbf9463c3d535ae389e7fbb753a902c (diff) |
added particle begin lifespan rendering, added world_space to sprite so that coordinates are in camera_space or world_sapce
Diffstat (limited to 'src/crepe/system/RenderSystem.h')
-rw-r--r-- | src/crepe/system/RenderSystem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crepe/system/RenderSystem.h b/src/crepe/system/RenderSystem.h index 56a0553..76df0e0 100644 --- a/src/crepe/system/RenderSystem.h +++ b/src/crepe/system/RenderSystem.h @@ -49,7 +49,8 @@ private: * constructor is now protected i cannot make tmp inside * \return true if particles have been rendered */ - bool render_particle(const Sprite & sprite, const double & scale); + bool render_particle(const Sprite & sprite, const float & transform_angle, + const float & scale); /** * \brief Renders all Text components * |