Blender Git Commit Log
Git Commits -> Revision 0b5ebb3
Revision 0b5ebb3 by Clément Foucault (master) April 7, 2018, 23:14 (GMT) |
BLF: Fix problem with bound texture. Previous code was assuming that the glyph texture would remain bound to GL_TEXTURE0 until the cache would be drawn. This is not always the case, so better save the texture and rebind it before drawing. |
Commit Details:
Full Hash: 0b5ebb3265b155658d441135e152f32ba11c001d
Parent Commit: 3725d82
Lines Changed: +5, -2