- Timestamp:
- Jun 6, 2005, 1:19:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/text_engine.cc
r4516 r4517 213 213 // setting the Blending effects 214 214 glColor4f(1.0f,1.0f,1.0f, this->blending); 215 //glBlendFunc(GL_SRC_ALPHA, GL_ONE);215 glBlendFunc(GL_SRC_ALPHA, GL_ONE); 216 216 217 217 glPushMatrix();
Note: See TracChangeset
for help on using the changeset viewer.