summaryrefslogtreecommitdiffhomepage
path: root/src/rodeo_internal_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rodeo_internal_types.h')
-rw-r--r--src/rodeo_internal_types.h2
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;