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

animations in product (untested)

This commit is contained in:
Zeno Rogue
2019-08-19 14:29:25 +02:00
parent db42409878
commit c5fec49cb6
2 changed files with 17 additions and 13 deletions

View File

@@ -289,7 +289,7 @@ EX namespace history {
v[ph+1]->at * C0;
View = xpush(-(phase-ph) * hdist(now, next)) * View;
if(WDIM == 2) {
if(WDIM == 2 || prod) {
View = models::rotmatrix() * View;
}
else {