Changeset 9599 for OpenSceneGraph/trunk/include/osg/State
- Timestamp:
- 01/30/09 11:55:28 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osg/State (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/State
r9549 r9599 135 135 136 136 /** Get the number of StateSet's on the StateSet stack.*/ 137 unsigned int getStateSetStackSize() { return _stateStateStack.size(); }137 unsigned int getStateSetStackSize() { return static_cast<unsigned int>(_stateStateStack.size()); } 138 138 139 139 /** Pop StateSet's for the StateSet stack till its size equals the specified size.*/
