diff options
| author | nic-gaffney <gaffney_nic@protonmail.com> | 2023-06-27 12:29:42 -0500 |
|---|---|---|
| committer | nic-gaffney <gaffney_nic@protonmail.com> | 2023-06-27 12:29:42 -0500 |
| commit | 2c347aae8ab225cc873b7c36c8a1c73ca6ee4123 (patch) | |
| tree | 7d5c0fd3ad3646d9bbf70ba0012798bf8af199f9 /examples/cgol.sloth | |
| parent | 2cf498f7bf1311ebca156315a0c9ac25b0addef5 (diff) | |
| download | sloth-2c347aae8ab225cc873b7c36c8a1c73ca6ee4123.tar.gz | |
Fixed wait
Diffstat (limited to 'examples/cgol.sloth')
| -rw-r--r-- | examples/cgol.sloth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgol.sloth b/examples/cgol.sloth index a5b761f..c4d9537 100644 --- a/examples/cgol.sloth +++ b/examples/cgol.sloth @@ -104,7 +104,7 @@ fn main() Int { update(life, new); display(new); life = new; - wait(1.0); + wait(100); } return 0; } |
