Browse Source

Calm down the squish example

rexim 3 years ago
parent
commit
ea5775a7c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/squish.c

+ 1 - 1
examples/squish.c

@@ -22,7 +22,7 @@ uint32_t *render(float dt)
 {
 {
     global_time += dt;
     global_time += dt;
 
 
-    float t = sinf(20*global_time);
+    float t = sinf(10*global_time);
 
 
     olivec_fill(olivec_canvas(dst, WIDTH, HEIGHT, WIDTH), 0xFF181818);
     olivec_fill(olivec_canvas(dst, WIDTH, HEIGHT, WIDTH), 0xFF181818);