mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
used cyclefix and raddif in more places; (c)spin90, (c)spin180 and spin180 functions; rephrased M_PI in terms of TAU and x._deg when applicable
This commit is contained in:
@@ -112,7 +112,7 @@ void animate() {
|
||||
|
||||
/* set_view does not orient correctly, so we rotate it */
|
||||
|
||||
View = cspin(2, 0, M_PI/2) * View;
|
||||
View = cspin90(2, 0) * View;
|
||||
|
||||
/* we move the camera backward */
|
||||
|
||||
|
Reference in New Issue
Block a user