1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 12:57:57 +00:00

fixup to distlimit

This commit is contained in:
Zeno Rogue
2025-05-11 12:39:12 +02:00
parent bcb232b191
commit 5a0931bb3c
4 changed files with 30 additions and 18 deletions

View File

@@ -549,7 +549,7 @@ hpcshape
transmatrix corners;
transmatrix corners_for_triangle;
transmatrix rotator;
ld alpha;
ld alpha, scale;
int area;
int pshid[3][8][GOLDBERG_LIMIT][GOLDBERG_LIMIT][8];
vector<array<int, 5>> id_to_params;