mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-01 00:07:02 +00:00
fixed spherical geometry
This commit is contained in:
parent
8e8de810fe
commit
41d1ac743c
@ -44,7 +44,7 @@ void geometry_information::hpcpush(hyperpoint h) {
|
||||
hpc.push_back(starting_ideal);
|
||||
}
|
||||
else if(c > 0) {
|
||||
hpc.push_back(normalize(h));
|
||||
hpc.push_back(starting_ideal = starting_point = last_point = last_ideal = normalize(h));
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user