]> git.mxchange.org Git - flightgear.git/commit
Fix corrupt HUD fonts
authorJames Turner <zakalawe@mac.com>
Mon, 28 Mar 2016 21:54:24 +0000 (22:54 +0100)
committerJames Turner <zakalawe@mac.com>
Mon, 28 Mar 2016 21:54:24 +0000 (22:54 +0100)
commit08ea386197572ba00d22bc19aedf2ae96154a07e
tree139ec97ab134f3925071ebaa3121246ee6de53a6
parentc29fa35840efd1c4f8e7df49403791e2568f5011
Fix corrupt HUD fonts

osg::texture2D changes GL_UNPACK_ROW_LENGTH, which fntLoadTXF is not
prepared to deal with. Reset the value back to 0 before loading +
caching TXF fonts on the PLIB side.
src/GUI/gui.cxx