浏览代码

Ok, fixing delays.

When delaying on each card display, the weird 2 sec delay is
way too long!  It's gone...
Steve Thielemann 4 年之前
父节点
当前提交
29eaba60b5
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      main.cpp

+ 4 - 2
main.cpp

@@ -572,8 +572,10 @@ int main(int argc, char *argv[]) {
     door << *c;
   }
 
-  std::this_thread::sleep_for(
-      std::chrono::seconds(2)); // 3 secs seemed too long!
+  /*
+    std::this_thread::sleep_for(
+        std::chrono::seconds(1)); // 3 secs seemed too long!
+  */
 
   for (int x = 18; x < 28; x++) {
     int cx, cy, level;