Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Oct 26, 2023
1 parent f29c69c commit 344e202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/model.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(in-package #:org.shirakumo.fraf.trial)

(defgeneric load-model (source type &key generator &allow-other-keys))
(defgeneric load-model (source type &key generator model &allow-other-keys))
(defgeneric save-model (source target type &key &allow-other-keys))

(defmethod load-model (source (type string) &rest args &key &allow-other-keys)
Expand Down

0 comments on commit 344e202

Please sign in to comment.