--User changes

-Change the thickness of some of the lines used to draw the affine..
This commit is contained in:
Person
2018-09-25 19:12:48 -07:00
parent 5283250204
commit 585d0f99d5
2 changed files with 14 additions and 9 deletions

View File

@ -77,7 +77,7 @@ private:
bool Deallocate();
void SetViewport();
void DrawUnitSquare();
void DrawAffineHelper(int index, bool selected, bool hovered, bool pre, bool final, bool background);
void DrawAffineHelper(int index, float circleWidth, float lineWidth, bool selected, bool hovered, bool pre, bool final, bool background);
GLEmberControllerBase* GLController();
bool m_Init = false;