Skip to content

Commit

Permalink
Live Scripts AnimwleSL.sc syntax error bug fix
Browse files Browse the repository at this point in the history
AnimwleSL.sc
- bugfix syntax error
  • Loading branch information
ewoudwijma committed Sep 17, 2024
1 parent 20f5926 commit c90f49d
Show file tree
Hide file tree
Showing 2 changed files with 1,121 additions and 3 deletions.
5 changes: 2 additions & 3 deletions misc/LiveScripts/animwleSL.sc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ void beforeRender()
// float jj=triangle(time(0.2));
// dp(2.4*(jj-0.5));
//§§float g=2.4;
//§ t1 = g*(triangle(time(0.2)) - 0.5)
;
//§ t1 = g*(triangle(time(0.2)) - 0.5);
//dp(t1);
t1 = (triangle(time(0.2)) - 0.5)*2.4 ;
//dp(t1);
Expand Down Expand Up @@ -81,7 +80,7 @@ void render2D(int x1, int y1)

void setup()
{
clear();
//clear();
cR = -0.94299;
cI = 0.3162;
int h = 1 ;
Expand Down
Loading

0 comments on commit c90f49d

Please sign in to comment.