Minor - Adds target FPS control to engine settings - V14.5.0
Adds functionality to control the target FPS of the engine via the ImGui settings panel. This includes: - Adding target FPS variables and accessors in the application class. - Adding a set_target_fps function to the fps_limiter class. - Updating the ImGui engine settings panel to include a target FPS setting. - Modifying the main loop to make use of the fps limiter and the engine target FPS.
This commit is contained in:
@@ -16,7 +16,7 @@ DockId=0x00000006,0
|
||||
|
||||
[Window][render Stats]
|
||||
Pos=0,630
|
||||
Size=1350,231
|
||||
Size=1265,231
|
||||
Collapsed=0
|
||||
DockId=0x00000009,0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user