Ignore:
Timestamp:
07/18/05 21:22:46 (19 years ago)
Author:
bittner
Message:

bug with find neighbors fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/SamplingPreprocessor.cpp

    r179 r181  
    8181 
    8282      int pvsSize = object->mKdPvs.GetSize(); 
    83        
    84     if (0 && pvsSize) { 
     83 
     84       
     85    if (pvsSize) { 
    8586                // mail all nodes from the pvs 
    8687                Intersectable::NewMail(); 
     
    102103        } 
    103104 
    104     if (pvsSize) { 
     105    if (0 && pvsSize) { 
    105106                // mail all nodes from the pvs 
    106107                Intersectable::NewMail(); 
Note: See TracChangeset for help on using the changeset viewer.