Changeset 10946
- Timestamp:
- 01/13/10 11:46:40 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgGA/StateSetManipulator.cpp
r10899 r10946 104 104 105 105 #if !defined(OSG_GLES1_AVAILABLE) && !defined(OSG_GLES2_AVAILABLE) 106 _texture |= ( _stateset->getTextureMode(0,GL_TEXTURE_1D)&mode)!=0;106 _texture |= ((_stateset->getTextureMode(0,GL_TEXTURE_1D)&mode)!=0); 107 107 #endif 108 108 }
