diff --git a/src/video_core/renderer_vulkan/vk_scheduler.h b/src/video_core/renderer_vulkan/vk_scheduler.h index 2c7100c727..85e4c029f0 100644 --- a/src/video_core/renderer_vulkan/vk_scheduler.h +++ b/src/video_core/renderer_vulkan/vk_scheduler.h @@ -129,7 +129,7 @@ public: master_semaphore->Wait(tick); } - /// Resets the frame pacing state by updating the next frame time to agora + /// Resets the frame pacing state by setting the next frame time. void ResetFramePacing(double target_fps = 0.0) { if (target_fps > 0.0) { auto frame_duration = std::chrono::duration_cast(std::chrono::duration(1.0 / target_fps));