Skip to content

Commit

Permalink
Minor fix to display-controller placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jan 4, 2025
1 parent 1230f40 commit 0c29560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
(orthographic-projection 0 (width *context*)
0 (height *context*)
0 10)
(translate-by 2 (- (height *context*) 14) 0)
(translate-by 2 (- (height *context*) (font-size controller) 2) 0)
(let ((fps-buffer (fps-buffer controller))
(idx (fps-buffer-idx controller)))
(when (= (length fps-buffer) idx)
Expand Down

0 comments on commit 0c29560

Please sign in to comment.