Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 3, 2017
1 parent 1c2bf0e commit ea51242
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -205,7 +205,7 @@ public void execute(final ScriptEntry scriptEntry) throws CommandExecutionExcept
while (ang < 0) {
ang = 360 + ang;
}
while (ang < 360) {
while (ang > 360) {
ang -= 360;
}
while (ang > 0) {
Expand Down

0 comments on commit ea51242

Please sign in to comment.