glhr:: export current_linewidth for minimizing

This commit is contained in:
Zeno Rogue 2019-11-09 11:20:43 +01:00
parent f1532591d4
commit d47c09de12
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ typedef const void *constvoidptr;
#endif
EX constvoidptr current_vertices, buffered_vertices;
ld current_linewidth;
EX ld current_linewidth;
GLuint buf_current, buf_buffered;