Update mxdsbuffer.cpp

This commit is contained in:
Misha 2023-10-29 17:01:36 -04:00
parent ed4281071d
commit 40cf85d9db
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -95,7 +95,6 @@ MxResult MxDSBuffer::AllocateBuffer(MxU32 p_bufferSize, MxDSBufferType p_mode)
}
}
m_pIntoBuffer = m_pBuffer;
m_pIntoBuffer2 = m_pBuffer;
if (m_pBuffer != NULL) {