master_to_c7_angle() no longer returns non-zero in 3D

This commit is contained in:
Zeno Rogue 2019-11-29 14:59:54 +01:00
parent b904fdde1e
commit 7080ff379b
1 changed files with 1 additions and 0 deletions

View File

@ -968,6 +968,7 @@ EX bool confusingGeometry() {
EX ld master_to_c7_angle() {
if(hybri) return hybrid::in_underlying_geometry(master_to_c7_angle);
if(WDIM == 3) return 0;
ld alpha = 0;
#if CAP_GP
if(cgi.gpdata) alpha = cgi.gpdata->alpha;