We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2af3d0 commit 0fde486Copy full SHA for 0fde486
1 file changed
include/oryx/chrono/frame_rate_controller.hpp
@@ -4,13 +4,9 @@
4
5
#include <oryx/chrono/stopwatch.hpp>
6
7
-// TODO: Replace this with a CycleTimeController and add a MakeFrameRateController which just calculates the target
8
-// cycle duration like in the current constructor. Then this can also be used to hold a specific cycle time like we
9
-// already to in PathFindingCpp
10
-
11
namespace oryx::chrono {
12
13
-class FrameRateController {
+class [[deprecated("Depreacted in favor of MakeFrameRateTimer() from cycle_timer.hpp")]] FrameRateController {
14
public:
15
explicit FrameRateController(int target_fps);
16
auto Sleep() -> bool;
0 commit comments