Ignore:
Timestamp:
10/10/05 15:23:32 (19 years ago)
Author:
mattausch
Message:

queries are realized as templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/ogre_changes/RenderSystems/GL/src/OgreGLRenderSystem.cpp

    r193 r316  
    23282328            glDisableVertexAttribArrayARB_ptr(1); // disable weights 
    23292329        } 
    2330 #ifndef GTP_VISIBILITY_MODIFIED_OGRE 
    2331         glColor4f(1,1,1,1); 
    2332 #else 
    2333                 glColor4ub(mColour[0], mColour[1], mColour[2], mColour[3]); 
    2334 #endif  // GTP_VISIBILITY_MODIFIED_OGRE 
    23352330 
    23362331        glSecondaryColor3fEXT_ptr(0.0f, 0.0f, 0.0f); 
Note: See TracChangeset for help on using the changeset viewer.