ref: 50d825d128cdfbf499069b554ce9761fa11fa999
parent: 183b9e5d39f5dbaf241859ea91d1e5e9c92e9186
author: phil9 <telephil9@gmail.com>
date: Fri Dec 2 11:23:30 EST 2022
fix sample still using transpose() instead of translate()
--- a/samples/pushmatrix.lua
+++ b/samples/pushmatrix.lua
@@ -11,7 +11,7 @@
rect(0, 0, 200, 200)
pushMatrix()
- transpose(120, 80)
+ translate(120, 80)
fill(0)
rect(0, 0, 200, 200)
popMatrix()