mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 10:20:32 +00:00
removed unused global variable
This commit is contained in:
parent
32ec5db152
commit
9c61da86f3
@ -492,8 +492,6 @@ int gl_width(int size, const char *s) {
|
|||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
|
||||||
vector<glhr::textured_vertex> tver;
|
|
||||||
|
|
||||||
glhr::textured_vertex charvertex(int x1, int y1, ld tx, ld ty) {
|
glhr::textured_vertex charvertex(int x1, int y1, ld tx, ld ty) {
|
||||||
glhr::textured_vertex res;
|
glhr::textured_vertex res;
|
||||||
res.coords[0] = x1;
|
res.coords[0] = x1;
|
||||||
|
Loading…
Reference in New Issue
Block a user