diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-27 15:51:08 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-27 15:51:08 -0500 |
commit | 426462a9523796aa03246a201a482bf010609140 (patch) | |
tree | 194ae1fa0050c00831eb701037bc2879696e4cc7 /examples/03-font-render.lisp | |
parent | a5d1f97f4d9b91d0bb345c397ffc7a551234e6e8 (diff) |
[example] recentering example 3
Diffstat (limited to 'examples/03-font-render.lisp')
-rw-r--r-- | examples/03-font-render.lisp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/03-font-render.lisp b/examples/03-font-render.lisp index b4b9be2..ec6795c 100644 --- a/examples/03-font-render.lisp +++ b/examples/03-font-render.lisp @@ -57,8 +57,7 @@ :title "Wheelwork Example: Font display" :asset-root (merge-pathnames "examples/" - (asdf:system-source-directory :wheelwork))) - :x 2380)) + (asdf:system-source-directory :wheelwork))))) |