diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2019-07-09 19:57:03 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2019-07-09 19:57:03 -0400 |
commit | 409dad2252aae597329c3dba4aea157bb939f43c (patch) | |
tree | 850fd058486da2cdf213b0120686ba4324ca6e3a | |
parent | acf4465f95900f936f4fbb837784b266d48682f2 (diff) |
node-2d: Export scale procedure.
-rw-r--r-- | starling/node-2d.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starling/node-2d.scm b/starling/node-2d.scm index df434f8..a1e8a24 100644 --- a/starling/node-2d.scm +++ b/starling/node-2d.scm @@ -63,6 +63,7 @@ origin position rotation + scale skew local-matrix world-matrix |