Skip to content

Commit

Permalink
Fix a possible method resolution bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Mar 16, 2020
1 parent a6fbb31 commit 6bc8692
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -615,7 +615,7 @@ public boolean update() {
}
}
}
navigation.a(params.speed());
navigation.a((double) params.speed());
return NMSImpl.isNavigationFinished(navigation);
}
};
Expand Down

0 comments on commit 6bc8692

Please sign in to comment.