mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 16:37:40 +00:00
changed C0 to C02 to fix a crash on initialization
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
namespace hr {
|
||||
|
||||
hyperpoint ghxy, ghgxy;
|
||||
shiftpoint ghpm = shiftless(C0);
|
||||
shiftpoint ghpm = shiftless(C02);
|
||||
|
||||
#if HDR
|
||||
inline bool sphereflipped() { return sphere && pconf.alpha > 1.1 && GDIM == 3; }
|
||||
|
Reference in New Issue
Block a user