diff options
Diffstat (limited to 'Graphics/GraphicsEngineNextGenBase')
| -rw-r--r-- | Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
