1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-20 07:14:07 +00:00

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

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;