Fix compilation

This commit is contained in:
Lynix
2020-03-05 22:35:12 +01:00
parent c1a01c4183
commit f830dbf6d4

View File

@@ -57,7 +57,7 @@ namespace Nz
private:
bool SetupDepthBuffer(const Vector2ui& size);
bool SetupRenderPass(const Vector2ui& size);
bool SetupRenderPass();
bool SetupSwapchain(Vk::Surface& surface, const Vector2ui& size);
Clock m_clock;