Clean up a bit

This commit is contained in:
Miloslav Ciz 2025-06-19 02:28:51 +02:00
parent 610c1df0b0
commit a104a12cc4
14 changed files with 207 additions and 62 deletions

View file

@ -150,7 +150,7 @@ struct
polygons will be drawn without texture,
with color stored in this variable. */
#if LCR_SETTING_PARTICLES
uint_fast16_t particleColor; /**< 0x0000 means no particles active. */
uint_fast16_t particleColor; ///< 0x0000 means no particles active.
#endif
} LCR_renderer;