mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Merge pull request #90326 from fire/vsk-scons-final-4.3
Avoid compiler error with RenderingContextDriverVulkanWindows
This commit is contained in:
commit
fc912defb1
@ -52,7 +52,7 @@ public:
|
||||
};
|
||||
|
||||
RenderingContextDriverVulkanWindows();
|
||||
~RenderingContextDriverVulkanWindows() override final;
|
||||
~RenderingContextDriverVulkanWindows() override;
|
||||
};
|
||||
|
||||
#endif // VULKAN_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user