1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 14:45:12 +00:00

gldraw:: offset and texture_offset are now separate

This commit is contained in:
Zeno Rogue
2019-03-20 02:16:00 +01:00
parent eed92c5b96
commit 5116d745c4
5 changed files with 13 additions and 26 deletions

View File

@@ -2858,7 +2858,7 @@ struct dqi_poly : drawqueueitem {
ld band_shift;
transmatrix V;
const vector<glvertex> *tab;
int offset, cnt;
int offset, cnt, offset_texture;
color_t outline;
double linewidth;
int flags;