ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhd_ogl.c
(Generate patch)

Comparing ray/src/hd/rhd_ogl.c (file contents):
Revision 3.19 by greg, Sat Feb 22 02:07:24 2003 UTC vs.
Revision 3.20 by greg, Mon Apr 14 16:56:19 2003 UTC

# Line 794 | Line 794 | waitabit()                             /* pause a moment */
794   {
795          struct timespec ts;
796          ts.tv_sec = 0;
797 <        ts.tv_nsec = 5000000;
797 >        ts.tv_nsec = 50000000;
798          nanosleep(&ts, NULL);
799   }
800  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines