Fix bug where the phase wheel got out of sync

The phase wheel messures phases within another unit and not
mtg phases. It is important to map between those
This commit is contained in:
Tobias Loose
2013-12-11 01:47:13 +01:00
parent f0e6d820c7
commit 5d92553017
2 changed files with 21 additions and 9 deletions

View File

@@ -16,7 +16,6 @@ private:
static const float step;
int displayedPhaseId;
int newPhaseId;
float angle;
float zoomFactor;
OutQuadEasing angleEasing;