Skip to content

Commit

Permalink
Minor gltf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jul 17, 2023
1 parent 423cdbf commit 58d84c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formats/gltf.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
(defclass static-gltf-container (transformed-entity array-container)
())

(define-shader-entity static-gltf-entity (trial::multi-mesh-entity trial::per-array-material-renderable transformed-entity)
(define-shader-entity static-gltf-entity (trial::multi-mesh-entity trial::per-array-material-renderable transformed-entity array-container)
())

(defclass asset (file-input-asset
Expand Down

0 comments on commit 58d84c7

Please sign in to comment.