locus ETA
This commit is contained in:
parent
67df0743cd
commit
ed0619d93a
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ public class VoiceHint
|
|||
double distanceToNext;
|
||||
int indexInTrack;
|
||||
|
||||
public float getTime()
|
||||
{
|
||||
return goodWay == null ? 0.f : goodWay.time;
|
||||
}
|
||||
|
||||
float angle;
|
||||
boolean turnAngleConsumed;
|
||||
boolean needsRealTurn;
|
||||
|
|
Loading…
Reference in a new issue