Changeset 1280


Ignore:
Timestamp:
08/24/06 18:20:21 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1278 r1280  
    2424        Vector3 normal; 
    2525           
    26         const int i = RandomValue(0, float((int)mPreprocessor.mObjects.size() - 1)); 
     26        const int i = (int)RandomValue(0, float((int)mPreprocessor.mObjects.size() - 1)); 
    2727 
    2828        Intersectable *object = mPreprocessor.mObjects[i]; 
Note: See TracChangeset for help on using the changeset viewer.