aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-14 10:05:08 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-14 10:05:08 +0100
commit767f40a61952892d60d204ecaaffa07e7e396d28 (patch)
tree383a739a948d56f297c3c83f83960f676d1d2969 /src/crepe/system
parent8850ba096b6b4ae2dc3a813620dd35433b3c6c55 (diff)
color paremeter in sprite works
Diffstat (limited to 'src/crepe/system')
-rw-r--r--src/crepe/system/RenderSystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/system/RenderSystem.h b/src/crepe/system/RenderSystem.h
index 468f79b..feefa09 100644
--- a/src/crepe/system/RenderSystem.h
+++ b/src/crepe/system/RenderSystem.h
@@ -59,6 +59,7 @@ private:
void render_normal(const Sprite &, const Transform & tm);
+
/**
* \todo Include color handling for sprites.
* \todo Add text rendering using SDL_ttf for text components.