Ignore:
Timestamp:
10/13/05 13:12:56 (19 years ago)
Author:
mattausch
Message:

rays containers are part of bsp subdivision

File:
1 edited

Legend:

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

    r325 r326  
    619619                DEL_PTR(tData.mPolygons); 
    620620 
    621                 if (tData.mRays()) 
     621                if (tData.mRays) 
    622622                        CLEAR_CONTAINER(*tData.mRays); 
    623623                DEL_PTR(tData.mRays); 
     
    749749                                                        coincident,  
    750750                                                        splits,  
    751                                                         mStoreSplitPolys); 
     751                                                        sStoreSplitPolys); 
    752752         
    753753        mStat.splits += splits; 
Note: See TracChangeset for help on using the changeset viewer.