Skip to content

Commit

Permalink
Fixed 3d text bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kaveh808 committed Sep 28, 2023
1 parent cad56dd commit 51c641f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/graphics/glfw/glfw-gui.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,6 @@

(3d-cleanup-render)

(text-engine-begin-frame)
(draw-3d-text-list)
(text-engine-end-frame))

;; object picking

(when-pick-requested (ray multi-select)
Expand All @@ -372,6 +368,7 @@

;; draw scene ui
(text-engine-begin-frame)
(draw-3d-text-list)
(draw-scene-view-ui view)
(text-engine-end-frame)

Expand Down

0 comments on commit 51c641f

Please sign in to comment.