Clean a bit and stuff

This commit is contained in:
Miloslav Ciz 2024-12-18 20:45:35 +01:00
parent e42212d7c1
commit b79b83e56a
6 changed files with 99 additions and 88 deletions

View file

@ -10,8 +10,10 @@
#endif
#ifndef LCR_SETTING_FPS
/** Rendering frames per second. Note this only applies to graphics, NOT
physics. */
/**
Rendering frames per second. Note this only applies to graphics, NOT
physics.
*/
#define LCR_SETTING_FPS 30
#endif