mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-12 16:19:43 +00:00
sol:: solmul
This commit is contained in:
@@ -1285,10 +1285,10 @@ void centerpc(ld aspd) {
|
||||
aspd *= (1+R+(shmup::on?1:0));
|
||||
|
||||
if(R < aspd) {
|
||||
View = gpushxto0(H) * View;
|
||||
View = solmul(gpushxto0(H), View);
|
||||
}
|
||||
else
|
||||
View = rspintox(H) * xpush(-aspd) * spintox(H) * View;
|
||||
View = solmul(rspintox(H) * xpush(-aspd) * spintox(H), View);
|
||||
|
||||
fixmatrix(View);
|
||||
spinEdge(aspd);
|
||||
|
||||
Reference in New Issue
Block a user