From 768ed8fb52b65c4d2fdd117ec4925fbe90f4e197 Mon Sep 17 00:00:00 2001 From: Boonedavis07 <166757514+Boonedavis07@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:45:30 -0400 Subject: [PATCH] Update examples.js --- examples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.js b/examples.js index d5c1f8f..4bd2218 100644 --- a/examples.js +++ b/examples.js @@ -172,7 +172,7 @@ shape(5,0.5,0.1).repeat(19,19) description: "Rotate texture.", example: [ { - code: `osc(50).rotate( () => time%360 ).out(o0)`, + code: `osc(50).rotate(0,2).out()`, comments: { en: "constant rotation", es: "rotaciĆ³n constante",