mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
spinEdge_full function
This commit is contained in:
parent
542ce23b76
commit
fccf07a07d
@ -2119,6 +2119,8 @@ EX void spinEdge(ld aspd) {
|
||||
rotate_view(cspin(0, 1, downspin));
|
||||
}
|
||||
|
||||
EX void spinEdge_full() { spinEdge(999999); }
|
||||
|
||||
/** \brief convert a shiftmatrix to the coordinate system of View
|
||||
* usually used to set which_copy
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user