From 2c347aae8ab225cc873b7c36c8a1c73ca6ee4123 Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Tue, 27 Jun 2023 12:29:42 -0500 Subject: Fixed wait --- examples/cgol.sloth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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; } -- cgit v1.2.3