1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

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

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;