diff options
| author | realtradam <[email protected]> | 2023-03-12 01:44:46 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-03-12 01:44:46 -0500 |
| commit | 632619168ddbe7707d4b47bf2ffcc972df7a20ea (patch) | |
| tree | 6d2c623d57693de47aee685e26d72536144c340e /src/rodeo_internal_types.h | |
| parent | d5ebba9e62e94eb5b2388a4471a6feae4f5c8486 (diff) | |
| download | RodeoKit-632619168ddbe7707d4b47bf2ffcc972df7a20ea.tar.gz RodeoKit-632619168ddbe7707d4b47bf2ffcc972df7a20ea.zip | |
cleanup and fix logging and frame timing
Diffstat (limited to 'src/rodeo_internal_types.h')
| -rw-r--r-- | src/rodeo_internal_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rodeo_internal_types.h b/src/rodeo_internal_types.h index aa091c6..82a3140 100644 --- a/src/rodeo_internal_types.h +++ b/src/rodeo_internal_types.h @@ -38,6 +38,6 @@ typedef struct uint64_t start_frame; uint64_t end_frame; float frame_time; - uint32_t target_framerate; + uint32_t frame_limit; } irodeo_state_t; |
