Ignore:
Timestamp:
11/14/06 15:33:59 (18 years ago)
Author:
mattausch
Message:

removed bug from exportviewcells

File:
1 edited

Legend:

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

    r1743 r1749  
    153153     
    154154        mVisibilityFileName = buffer; 
    155         Environment::GetSingleton()->GetBoolValue("Preprocessor.applyVisibilityFilter", mApplyVisibilityFilter ); 
     155        Environment::GetSingleton()->GetBoolValue("Preprocessor.applyVisibilityFilter", mApplyVisibilityFilter); 
    156156        Environment::GetSingleton()->GetBoolValue("Preprocessor.applyVisibilitySpatialFilter", 
    157157                                                                                          mApplyVisibilitySpatialFilter ); 
Note: See TracChangeset for help on using the changeset viewer.