Skip to content

Commit

Permalink
This fixes the compilation error. All examples run
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored and cyberarm committed Sep 6, 2022
1 parent f6950d3 commit 4ef4123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gosu.cr
Expand Up @@ -68,7 +68,7 @@ module Gosu
fun offset_x = Gosu_offset_x(theta : Float64, r : Float64) : Float64
fun offset_y = Gosu_offset_y(theta : Float64, r : Float64) : Float64
fun distance = Gosu_distance(x1 : Float64, y1 : Float64, x2 : Float64, y2 : Float64) : Float64
fun angle = Gosu_angle(x1 : Float64, y2 : Float64, x2 : Float64, y2 : Float64) : Float64
fun angle = Gosu_angle(x1 : Float64, y1 : Float64, x2 : Float64, y2 : Float64) : Float64
fun angle_diff = Gosu_angle_diff(angle1 : Float64, angle2 : Float64) : Float64
fun random = Gosu_random(min : Float64, max : Float64) : Float64

Expand Down

0 comments on commit 4ef4123

Please sign in to comment.