mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
unused variable removed
This commit is contained in:
@@ -1367,7 +1367,6 @@ EX namespace dice {
|
||||
|
||||
#if !CAP_EXTFONT
|
||||
pointfunction pf = [&] (ld x, ld y) {
|
||||
hyperpoint hs;
|
||||
dynamicval<eGeometry> g(geometry, highdim);
|
||||
return sphere_to_space(normalize(ctr + cx * x + cy * y));
|
||||
};
|
||||
|
Reference in New Issue
Block a user