Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] #3358 - easeTo() uses nanoseconds instead of milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
bleege committed Dec 20, 2015
1 parent 77d62ba commit 3bffd64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ public void onMapChanged(@MapChange int change) {
durationNano = TimeUnit.NANOSECONDS.convert(durationMs, TimeUnit.MILLISECONDS);
}

easeTo(angle, update.getTarget(), durationMs, pitch, zoom);
easeTo(angle, update.getTarget(), durationNano, pitch, zoom);
}

/**
Expand Down

0 comments on commit 3bffd64

Please sign in to comment.