We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf444e commit edcdd09Copy full SHA for edcdd09
include/nbl/video/ISwapchain.h
@@ -490,7 +490,7 @@ class ISwapchain : public IBackendObject
490
inline DeferredFrameResourceDrop& operator=(DeferredFrameResourceDrop&& other)
491
{
492
m_frameResources = std::move(other.m_frameResources);
493
- m_frameResources = nullptr;
+ other.m_frameResources = nullptr;
494
return *this;
495
}
496
0 commit comments