1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 03:47:58 +00:00

adjusted RogueViz to name changes

This commit is contained in:
Zeno Rogue
2022-12-18 14:06:38 +01:00
parent 176d5b76c1
commit 080e853364
3 changed files with 7 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ bool advance_walkers(int delta) {
}
else {
hyperpoint dir = random_spin() * xtangent(step_size);
apply_parallel_transport(w.T, w.ori, dir);
apply_shift_object(w.T, w.ori, dir);
}
fixmatrix(w.T);
hyperpoint h1 = tC0(w.T);