Changeset 316 for trunk/VUT/work/ogre_changes/RenderSystems
- Timestamp:
- 10/10/05 15:23:32 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/ogre_changes/RenderSystems/GL/src/OgreGLRenderSystem.cpp
r193 r316 2328 2328 glDisableVertexAttribArrayARB_ptr(1); // disable weights 2329 2329 } 2330 #ifndef GTP_VISIBILITY_MODIFIED_OGRE2331 glColor4f(1,1,1,1);2332 #else2333 glColor4ub(mColour[0], mColour[1], mColour[2], mColour[3]);2334 #endif // GTP_VISIBILITY_MODIFIED_OGRE2335 2330 2336 2331 glSecondaryColor3fEXT_ptr(0.0f, 0.0f, 0.0f);
Note: See TracChangeset
for help on using the changeset viewer.