1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-27 22:24:05 +00:00

fixed a bug in aura (coords[3] not set)

This commit is contained in:
Zeno Rogue
2019-03-11 18:38:16 +01:00
parent 7f6957694a
commit f3a166b928

View File

@@ -3895,6 +3895,7 @@ namespace glhr {
coords[0] = x;
coords[1] = y;
coords[2] = current_display->scrdist;
coords[3] = 1;
color[0] = r;
color[1] = g;
color[2] = b;