From ab8a0d7f4a8622a5151dc6c077c05fba1cb12643 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 24 Oct 2019 00:01:54 -0700 Subject: Fixed build issues --- Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineVulkan') diff --git a/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp b/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp index 15d3647a..95f86bcc 100644 --- a/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp +++ b/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp @@ -586,7 +586,7 @@ bool ShaderResourceLayoutVk::VkResource::UpdateCachedResource(ShaderResourceCach return false; } - PreUpdateObject(DstRes.pObject.RawPtr(), pObject.RawPtr()); + PreUpdateObject(DstRes.pObject.RawPtr(), pObject.RawPtr()); DstRes.pObject.Attach(pObject.Detach()); return true; } -- cgit v1.2.3