Ignore:
Timestamp:
01/20/08 00:39:02 (16 years ago)
Author:
bittner
Message:

merge

File:
1 edited

Legend:

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

    r2615 r2616  
    14831483        if (mPvsErrorBuffer[i].mError == 1.0f) { 
    14841484          // check if the view point is valid 
    1485           if (!ValidViewPoint()) 
     1485          if (!ValidViewPoint()) { 
    14861486                mPvsErrorBuffer[i].mError = -1.0f; 
    1487            
     1487          } 
     1488 
    14881489          // manualy corrected view point 
    14891490          if (mFrame == 5105) 
     
    15041505#endif 
    15051506         
     1507 
    15061508        if (mPvsErrorBuffer[i].mError > 0.0f) { 
    15071509          int pvsSize; 
Note: See TracChangeset for help on using the changeset viewer.