1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-18 15:00:26 +00:00

fixup to no rels

This commit is contained in:
Zeno Rogue 2022-08-25 01:10:22 +02:00
parent 14a9961f92
commit 53839be194

View File

@ -191,7 +191,6 @@ struct geometry_information {
vector<transmatrix> ultra_mirrors;
vector<pair<string, string> > rels;
int xp_order, r_order, rx_order;
transmatrix full_X, full_R, full_P;