diff options
Diffstat (limited to 'examples/game/world.tm')
| -rw-r--r-- | examples/game/world.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/game/world.tm b/examples/game/world.tm index 6208d1c5..71c14bfd 100644 --- a/examples/game/world.tm +++ b/examples/game/world.tm @@ -6,7 +6,7 @@ use ./color.tm use ./box.tm # Return a displacement relative to `a` that will push it out of `b` -func solve_overlap(a_pos:Vec2, a_size:Vec2, b_pos:Vec2, b_size:Vec2)->Vec2: +func solve_overlap(a_pos:Vec2, a_size:Vec2, b_pos:Vec2, b_size:Vec2 -> Vec2): a_left := a_pos.x a_right := a_pos.x + a_size.x a_top := a_pos.y |
