Skip to content

Commit

Permalink
fix argument
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Nov 24, 2023
1 parent 865cf78 commit 8295096
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontends/sdl2/drawing.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@
(+ x
(* (line-end-object-offset drawing-object)
(display:display-char-width display)))
bottom-y))
bottom-y
display
view))

(defmethod draw-object ((drawing-object image-object) x bottom-y display view)
(let* ((surface-width (object-width drawing-object display))
Expand Down

0 comments on commit 8295096

Please sign in to comment.