Skip to content

Commit

Permalink
fix angle calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kraus committed Feb 8, 2018
1 parent cfe1074 commit fd2cdf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ protected final Stream<ITerm> staticliteral( final IObject<?> p_object )
CMath.angle(
this.worldmovement(),
this.worldposition().assign( p_object.worldposition(), DoubleFunctions.minus )
).doubleValue() - 22.5D
).doubleValue() + 22.5D
).toString().toLowerCase( Locale.ROOT )
)
)
Expand Down

0 comments on commit fd2cdf8

Please sign in to comment.