Blender Git Loki
Git Commits -> Revision 2c29b94
Revision 2c29b94 by Sergey Sharybin (master) April 18, 2017, 14:42 (GMT) |
Fix text drawing with core profile The issue was going to the fact that GL_ALPHA was deprecated in core profile and common solution online is to use GL_RED instead. That is what is done in this commit. |
Commit Details:
Full Hash: 2c29b94384d2c556563a3126563704a7e1173c65
Parent Commit: c9d78b6
Lines Changed: +3, -3