diff options
author | Colin Okay <okay@toyful.space> | 2022-07-23 14:09:27 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-07-23 14:09:27 -0500 |
commit | c32f78283706c3249ddb73577eff5297cd14390e (patch) | |
tree | 764633a30c1ab1e6ac2b6eda10cad3150b6e5e55 /src | |
parent | c82d6751e9414d5c17aca7f8a1138086bd4f9c1d (diff) |
[change] option->item in menu
Diffstat (limited to 'src')
-rw-r--r-- | src/package.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp index a93c8fc..7a07726 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -77,7 +77,7 @@ ;; Generic and APIs #:unit-visbilep - #:unit-in-scene- + #:unit-in-scene-p ;; Specific Unit Classes and APIs #:image |