summaryrefslogtreecommitdiff
path: root/platform/osx/vulkan_context_osx.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/osx/vulkan_context_osx.h')
-rw-r--r--platform/osx/vulkan_context_osx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/vulkan_context_osx.h b/platform/osx/vulkan_context_osx.h
index 8b6a75adfb..22d43688a3 100644
--- a/platform/osx/vulkan_context_osx.h
+++ b/platform/osx/vulkan_context_osx.h
@@ -38,7 +38,7 @@ class VulkanContextOSX : public VulkanContext {
virtual const char *_get_platform_surface_extension() const;
public:
- Error window_create(DisplayServer::WindowID p_window_id, id p_window, int p_width, int p_height);
+ Error window_create(DisplayServer::WindowID p_window_id, DisplayServer::VSyncMode p_vsync_mode, id p_window, int p_width, int p_height);
VulkanContextOSX();
~VulkanContextOSX();