From b3bf3abb0348378dac9314b3e313a585c4c1de2d Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 4 Oct 2018 23:57:03 -0700 Subject: Fixed minor issue in PurgeReleaseQueues() --- Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineNextGenBase') diff --git a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h index 8ce07d89..0af65ece 100644 --- a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h +++ b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h @@ -148,7 +148,7 @@ public: void PurgeReleaseQueues(bool ForceRelease = false) { for(Uint32 q=0; q < m_CmdQueueCount; ++q) - PurgeReleaseQueue(q); + PurgeReleaseQueue(q, ForceRelease); } void PurgeReleaseQueue(Uint32 QueueIndex, bool ForceRelease = false) -- cgit v1.2.3