set ctx.frame_duration

This commit is contained in:
veclavtalica
2025-01-26 09:09:21 +03:00
parent 7a403c766e
commit fad46137a0
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@ typedef struct Context {
/* real time spent on one frame (in seconds) */
/* townengine is fixed step based, so you don't have to use delta */
/* TODO: actually set it */
float frame_duration;
/* it is disabled by having fog_density approximately equal to zero */