aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/cgol.sloth2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgol.sloth b/examples/cgol.sloth
index 4f7ea28..6cfe72d 100644
--- a/examples/cgol.sloth
+++ b/examples/cgol.sloth
@@ -105,7 +105,7 @@ fn main() Int {
update(life, new);
display(new);
life = new;
- wait(1.0);
+ wait(100);
}
return 0;
}