mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-17 05:34:50 -04:00
--User changes
-Change the thickness of some of the lines used to draw the affine..
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user