Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MP] fix off-by-one in TruncateGLExtensionsString which affects mods …
…not derived from OJK (#1175) UI_DrawGLInfo has an array of size 128, which was being filled from a GL extensions string of 129 words and displaying garbage in the UI. Ref #472
- Loading branch information