Ignore:
Timestamp:
09/13/05 18:31:48 (19 years ago)
Author:
mattausch
Message:

did bsp stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Pvs.h

    r260 r265  
    4848  int AddNodeSample(KdNode *node); 
    4949  int Compress() {return 0;} 
    50   int GetSize() { return mEntries.size(); } 
     50  int GetSize() { return (int)mEntries.size(); } 
    5151  void GetData(const int index, 
    5252               KdNode *&node, 
Note: See TracChangeset for help on using the changeset viewer.