Ignore:
Timestamp:
01/24/07 04:11:29 (17 years ago)
Author:
bittner
Message:

glrenderer updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/SamplingPreprocessor.cpp

    r2046 r2049  
    175175          } 
    176176           
    177           if (mTotalTime != -1 && time/1000 > mTotalTime) 
    178                 break; 
    179177        } 
     178 
     179        long time = TimeDiff(startTime, GetTime()); 
     180        if (mTotalTime != -1 && time/1000 > mTotalTime) 
     181          break; 
     182         
    180183  } 
    181184  if (0) { 
Note: See TracChangeset for help on using the changeset viewer.