Ignore:
Timestamp:
03/24/05 18:05:48 (19 years ago)
Author:
gametools
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/OcclusionCullingSceneManager/src/OgreOcclusionCullingSceneManager.cpp

    r30 r31  
    378378                if ( key == "Threshold" ) 
    379379                { 
    380                         * static_cast < int * > ( val ) = mVisibilityThreshold; 
     380                        * static_cast < unsigned int * > ( val ) = mVisibilityThreshold; 
    381381                        return true; 
    382382                } 
Note: See TracChangeset for help on using the changeset viewer.