fixed signed int for possible negative values
This commit is contained in:
parent
1c73b14f24
commit
617ecaba91
@ -41,7 +41,7 @@ private:
|
|||||||
//std::list<Line> m_lines;
|
//std::list<Line> m_lines;
|
||||||
//Line *m_curLine = nullptr; // get any value if the underlying vector gets resized and moved in memory
|
//Line *m_curLine = nullptr; // get any value if the underlying vector gets resized and moved in memory
|
||||||
Line m_curLine; // -> either make a copy
|
Line m_curLine; // -> either make a copy
|
||||||
size_t m_curLineIdx = -1; // or just use index
|
int m_curLineIdx = -1; // or just use index
|
||||||
|
|
||||||
unsigned int m_step = 0;
|
unsigned int m_step = 0;
|
||||||
void update();
|
void update();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user