mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Set correct array size
This commit is contained in:
@@ -287,7 +287,7 @@ private:
|
||||
|
||||
PopulateBufferData *m_Scrolls = NULL;
|
||||
|
||||
QPoint m_Scroll[4];
|
||||
QPoint m_Scroll[(int)MeshDataStage::Count];
|
||||
|
||||
int m_Sequence = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user