Revision: 75625
          http://sourceforge.net/p/brlcad/code/75625
Author:   starseeker
Date:     2020-04-28 20:29:00 +0000 (Tue, 28 Apr 2020)
Log Message:
-----------
Shorten the sleep interval a bit.  A quick stab at sending events to the image 
generating thread didn't work - more experimenting will be needed if that 
approach proves necessary.

Modified Paths:
--------------
    brlcad/trunk/src/libdm/tests/tcl_img.cpp

Modified: brlcad/trunk/src/libdm/tests/tcl_img.cpp
===================================================================
--- brlcad/trunk/src/libdm/tests/tcl_img.cpp    2020-04-28 19:35:01 UTC (rev 
75624)
+++ brlcad/trunk/src/libdm/tests/tcl_img.cpp    2020-04-28 20:29:00 UTC (rev 
75625)
@@ -251,7 +251,7 @@
        if (!idata->render_needed) {
            // If we havne't been asked for an update,
            // sleep a bit and then check again.
-           Tcl_Sleep(1000);
+           Tcl_Sleep(100);
            continue;
        }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to