Cleanup: capitalization of the term "VSync"

Follow the convention widely used by AMD/Intel/Nvidia.
This commit is contained in:
Campbell Barton
2025-08-12 10:03:28 +10:00
parent a5c402792d
commit ab1027c777
9 changed files with 12 additions and 12 deletions

View File

@@ -864,7 +864,7 @@ static void print_help(bArgs *ba, bool all)
PRINT(
" $BLENDER_CUSTOM_SPLASH_BANNER Full path to an image to overlay on the splash screen.\n");
PRINT(
" $BLENDER_VSYNC Set to 0 to disable Vsync.\n"
" $BLENDER_VSYNC Set to 0 to disable VSync.\n"
" With OpenGL, other values set the swap interval.\n");
if (defs.with_opencolorio) {