mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-28 05:33:21 +00:00
no, that was wrong, but still renamed
This commit is contained in:
parent
1ac28797de
commit
22d4a49b68
@ -1649,7 +1649,6 @@ EX bool use_embedded_shift(eShiftMethodApplication sma) {
|
|||||||
|
|
||||||
EX eShiftMethod shift_method(eShiftMethodApplication sma) {
|
EX eShiftMethod shift_method(eShiftMethodApplication sma) {
|
||||||
if(gproduct) return smProduct;
|
if(gproduct) return smProduct;
|
||||||
if(embedded_plane && geom3::same_in_same()) return smIsotropic;
|
|
||||||
if(embedded_plane && sma == smaObject) return geom3::same_in_same() ? smIsotropic : smEmbedded;
|
if(embedded_plane && sma == smaObject) return geom3::same_in_same() ? smIsotropic : smEmbedded;
|
||||||
if(embedded_plane && use_embedded_shift(sma)) return nonisotropic ? smLie : smEmbedded;
|
if(embedded_plane && use_embedded_shift(sma)) return nonisotropic ? smLie : smEmbedded;
|
||||||
if(!nonisotropic && !stretch::in()) return smIsotropic;
|
if(!nonisotropic && !stretch::in()) return smIsotropic;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user