Final VS fixes
Former-commit-id: 6da44f94127f61de39710a52b8b3b73ce19c1269
This commit is contained in:
@@ -140,7 +140,7 @@ namespace Ndk
|
||||
{
|
||||
m_target = renderTarget;
|
||||
if (m_target)
|
||||
m_targetReleaseSlot.Connect(m_target->OnRenderTargetRelease, this, OnRenderTargetRelease);
|
||||
m_targetReleaseSlot.Connect(m_target->OnRenderTargetRelease, this, &CameraComponent::OnRenderTargetRelease);
|
||||
else
|
||||
m_targetReleaseSlot.Disconnect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user