You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Avoid compiler error with RenderingContextDriverVulkanWindows.
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
};
|
||||
|
||||
RenderingContextDriverVulkanWindows();
|
||||
~RenderingContextDriverVulkanWindows() override final;
|
||||
~RenderingContextDriverVulkanWindows() override;
|
||||
};
|
||||
|
||||
#endif // VULKAN_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user