changed C0 to C02 to fix a crash on initialization

This commit is contained in:
Zeno Rogue 2020-09-17 01:55:22 +02:00
parent 32ced09b18
commit b20058215f
1 changed files with 1 additions and 1 deletions

View File

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