mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 12:17:10 +00:00
master_to_c7_angle() no longer returns non-zero in 3D
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user