mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-20 04:50:10 +00:00
glhr:: export current_linewidth for minimizing
This commit is contained in:
parent
f1532591d4
commit
d47c09de12
2
glhr.cpp
2
glhr.cpp
@ -119,7 +119,7 @@ typedef const void *constvoidptr;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
EX constvoidptr current_vertices, buffered_vertices;
|
EX constvoidptr current_vertices, buffered_vertices;
|
||||||
ld current_linewidth;
|
EX ld current_linewidth;
|
||||||
|
|
||||||
GLuint buf_current, buf_buffered;
|
GLuint buf_current, buf_buffered;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user