summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2019-11-06 08:24:23 -0500
committerDavid Thompson <dthompson2@worcester.edu>2019-11-06 08:24:23 -0500
commit624ac6f520aac872630e2e5b300bdd53ef201d86 (patch)
tree80f8c336f6a92829d5d390c40d511c8ed49817e2
parentc9060acb9f28d9c3b747f921034983f1200de30e (diff)
render: particles: Fix keyword argument names for gpu-apply call.
-rw-r--r--chickadee/render/particles.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/chickadee/render/particles.scm b/chickadee/render/particles.scm
index 7e79dda..d8778da 100644
--- a/chickadee/render/particles.scm
+++ b/chickadee/render/particles.scm
@@ -452,12 +452,12 @@ default.
(current-projection))
mvp)
(current-projection))
- #:startColor (particles-start-color particles)
- #:endColor (particles-end-color particles)
+ #:start-color (particles-start-color particles)
+ #:end-color (particles-end-color particles)
#:lifetime (particles-lifetime particles)
- #:animationRows
+ #:animation-rows
(particles-animation-rows particles)
- #:animationColumns
+ #:animation-columns
(particles-animation-columns particles))))))))
(define (draw-particles particles)