Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #176 from ffreyer/text
Browse files Browse the repository at this point in the history
always forward model matrix in Text
  • Loading branch information
SimonDanisch authored Apr 6, 2021
2 parents b032af3 + fd557ab commit 08e3d02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/drawing_primitives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,8 @@ function draw_atomic(screen::GLScreen, scene::Scene, x::Text)
robj[:view] = Observable(Mat4f0(I))
robj[:projection] = scene.camera.pixel_space
robj[:projectionview] = scene.camera.pixel_space
else
robj[:model] = x.model
end
robj[:model] = x.model

return robj
end
Expand Down

0 comments on commit 08e3d02

Please sign in to comment.