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

Commit

Permalink
Took the centering back in so it shows something. (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foolius authored and SimonDanisch committed Jul 13, 2017
1 parent 21fd9fc commit fd4fe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/text/text.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end
_view(visualize(s), window, camera = :orthographic_pixel)

# text won't come out centered by default, so lets center it!
#center!(window, :orthographic_pixel)
center!(window, :orthographic_pixel)

if !isdefined(:runtests)
renderloop(window)
Expand Down

0 comments on commit fd4fe05

Please sign in to comment.