Started an attempt to refactor GLGizmoManager

This commit is contained in:
Lukas Matena 2019-08-19 11:36:55 +02:00
parent 813a73e614
commit b6d35c9840
3 changed files with 100 additions and 189 deletions

View file

@ -69,7 +69,6 @@ public:
enum EState
{
Off,
Hover,
On,
Num_States
};