Remove pks.

This commit is contained in:
David Thompson 2024-05-26 19:49:11 -04:00
parent 2ce709b95b
commit c41fb5abfe
3 changed files with 4 additions and 10 deletions

View file

@ -668,7 +668,7 @@ the default ORIENTATION value of 'orthogonal' is supported."
,(compile-tile-layer tile-map "background")
,(u8-list->bytevector
(append
(pk 'tmap (compile-environment-layer tile-map "background"))
(pk 'ol (compile-object-layer tile-map "objects"))))
(compile-environment-layer tile-map "background")
(compile-object-layer tile-map "objects")))
collected-gem?))))))
(_ (error "file name expected")))