Skip to content

Commit

Permalink
Update platform/macos/display_server_macos.mm
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Carnie <[email protected]>
  • Loading branch information
SheepYhangCN and stuartcarnie authored Feb 6, 2025
1 parent 0667981 commit e9f641b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/macos/display_server_macos.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3787,7 +3787,7 @@
#if defined(VULKAN_ENABLED)
#if defined(__x86_64__)
bool fallback_to_vulkan = GLOBAL_GET("rendering/rendering_device/fallback_to_vulkan");
// Metal rendering driver not available on Intel
// Metal rendering driver not available on Intel.
if (fallback_to_vulkan && rendering_driver == "metal") {
rendering_driver = "vulkan";
OS::get_singleton()->set_current_rendering_driver_name(rendering_driver);
Expand Down

0 comments on commit e9f641b

Please sign in to comment.