Changeset 8037 in orxonox.OLD for trunk/src/lib/graphics/text_engine
- Timestamp:
- May 31, 2006, 4:52:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/text.cc
r7919 r8037 225 225 // setting the Blending effects 226 226 glColor4f(this->color.x, this->color.y, this->color.z, this->blending); 227 228 229 glActiveTexture(GL_TEXTURE0); 230 227 231 glEnable(GL_BLEND); 228 232 glEnable(GL_TEXTURE_2D);
Note: See TracChangeset
for help on using the changeset viewer.