Set correct array size

This commit is contained in:
baldurk
2025-09-10 20:58:19 +01:00
parent 493f4c2ec4
commit f37b4ee631
+1 -1
View File
@@ -287,7 +287,7 @@ private:
PopulateBufferData *m_Scrolls = NULL;
QPoint m_Scroll[4];
QPoint m_Scroll[(int)MeshDataStage::Count];
int m_Sequence = 0;