Skip to content

Commit ec0200e

Browse files
committed
deprecated FrameRateController
1 parent 0fde486 commit ec0200e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/oryx/chrono/frame_rate_controller.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace oryx::chrono {
88

9-
class [[deprecated("Depreacted in favor of MakeFrameRateTimer() from cycle_timer.hpp")]] FrameRateController {
9+
class [[deprecated("Deprecated in favor of MakeFrameRateTimer() from cycle_timer.hpp")]] FrameRateController {
1010
public:
1111
explicit FrameRateController(int target_fps);
1212
auto Sleep() -> bool;

0 commit comments

Comments
 (0)