Skip to content

Commit

Permalink
backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Keryan-dev committed Jun 13, 2024
1 parent e5bf259 commit d321ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/suncities.ml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ let scene =
sun_angle_z;
blocks;
shadows = [];
projection = fun Coord.{x;y;_} -> (x,y);
projection = fun ({x;y;_} : Coord.t) -> (x,y);
}
in
let shadows = shadow_plane scene in
Expand Down

0 comments on commit d321ce3

Please sign in to comment.