no, that was wrong, but still renamed

This commit is contained in:
Zeno Rogue 2022-12-17 21:09:20 +01:00
parent 1ac28797de
commit 22d4a49b68
1 changed files with 0 additions and 1 deletions

View File

@ -1649,7 +1649,6 @@ EX bool use_embedded_shift(eShiftMethodApplication sma) {
EX eShiftMethod shift_method(eShiftMethodApplication sma) {
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 && use_embedded_shift(sma)) return nonisotropic ? smLie : smEmbedded;
if(!nonisotropic && !stretch::in()) return smIsotropic;