1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 13:07:16 +00:00

unused variable removed

This commit is contained in:
Zeno Rogue 2021-06-06 10:13:40 +02:00
parent 0e7adf28a8
commit bc65476a12

View File

@ -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));
};