1
0
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:
Zeno Rogue
2018-04-11 00:55:05 +02:00
parent 7dd006bb05
commit fa86a88ea3
3 changed files with 4 additions and 14 deletions

View File

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