Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions flying_camels/bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ let tick t s _f _e =
let fb = Framebuffer.init (Screen.dimensions s) (fun _ _ -> 0) in
let img = (Screen.pictures s).(0) in
let w, h = Screen.dimensions s in
let img_w = Picture.original_width img
and img_h = Picture.original_height img in
let img_w, img_h = Picture.dimensions img in

let points = generate_points (Screen.dimensions s) |> move_points t in

Expand Down