mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-08 02:30:15 +00:00
gp:: removed the unused version of be_in_triangle
This commit is contained in:
@@ -439,7 +439,7 @@ int getHemisphere(cell *c, int which) {
|
||||
int score = 0;
|
||||
if(gp::on) {
|
||||
auto li = gp::get_local_info(c);
|
||||
gp::be_in_triangle2(li);
|
||||
gp::be_in_triangle(li);
|
||||
auto corner = gp::corners * gp::loctoh_ort(li.relative);
|
||||
ld scored =
|
||||
corner[0] * getHemisphere(c->master->c7, which)
|
||||
|
||||
Reference in New Issue
Block a user