Changeset 8059 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Jun 1, 2006, 1:31:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/multi_line_text.cc
r7919 r8059 74 74 // drawing this Text. 75 75 // setting the Blending effects 76 glActiveTexture(GL_TEXTURE0); 77 76 78 glColor4f(this->getColor().x, this->getColor().y, this->getColor().z, this->getBlending()); 77 79 glEnable(GL_BLEND);
Note: See TracChangeset
for help on using the changeset viewer.