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

Commit fd4fe05

Browse files
FooliusSimonDanisch
authored andcommitted
Took the centering back in so it shows something. (#183)
1 parent 21fd9fc commit fd4fe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text/text.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040
_view(visualize(s), window, camera = :orthographic_pixel)
4141

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

4545
if !isdefined(:runtests)
4646
renderloop(window)

0 commit comments

Comments
 (0)