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 6749c25 commit be141d4Copy full SHA for be141d4
src/DMD.cpp
@@ -874,6 +874,9 @@ void DMD::SerumThread()
874
noSerumUpdate->depth = m_pUpdateBufferQueue[bufferPosition]->depth;
875
noSerumUpdate->width = m_pUpdateBufferQueue[bufferPosition]->width;
876
noSerumUpdate->height = m_pUpdateBufferQueue[bufferPosition]->height;
877
+ noSerumUpdate->hasData = true;
878
+ noSerumUpdate->hasSegData = false;
879
+ noSerumUpdate->hasSegData2 = false;
880
memcpy(
881
noSerumUpdate->data, m_pUpdateBufferQueue[bufferPosition]->data,
882
(size_t)m_pUpdateBufferQueue[bufferPosition]->width * m_pUpdateBufferQueue[bufferPosition]->height);
0 commit comments