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

Commit

Permalink
always forward model matrix in Text
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Apr 4, 2021
1 parent b032af3 commit fd557ab
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 fd557ab

Please sign in to comment.