From 08e9d74994681a6f04ea6f3cb2a44aeae23670f2 Mon Sep 17 00:00:00 2001 From: "Matias N. Goldberg" Date: Sun, 12 May 2024 21:06:30 -0300 Subject: [PATCH] Fix doc typo --- .../Vulkan/include/Windowing/Android/OgreVulkanAndroidWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RenderSystems/Vulkan/include/Windowing/Android/OgreVulkanAndroidWindow.h b/RenderSystems/Vulkan/include/Windowing/Android/OgreVulkanAndroidWindow.h index c4dac6f8b6f..37b6c76dd08 100644 --- a/RenderSystems/Vulkan/include/Windowing/Android/OgreVulkanAndroidWindow.h +++ b/RenderSystems/Vulkan/include/Windowing/Android/OgreVulkanAndroidWindow.h @@ -82,7 +82,7 @@ namespace Ogre /// While this sounds convenient, beware that Swappy will often downgrade vSyncInterval /// until it finds something that can be met & sustained. /// That means if your game runs between 40fps and 60fps on a 60hz screen, after some time - /// swappy will downgrade vSyncInterval to 2 so that the game render at perfect 30fps. + /// Swappy will downgrade vSyncInterval to 2 so that the game renders at perfect 30fps. /// /// This may result in a better experience considering framerates jump a lot due to /// thermal throttling on phones. But it may also cause undesired or unexplainable