mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-09 04:06:44 +00:00
rug:: removed triangle removal when get_sightrange is taken away (it is not what we want if we change geometry
This commit is contained in:
parent
7d587c63ba
commit
f166baebfb
2
rug.cpp
2
rug.cpp
@ -1140,7 +1140,7 @@ void drawTriangle(triangle& t) {
|
||||
using namespace hyperpoint_vec;
|
||||
for(int i: {0,1,2}) {
|
||||
if(!t.m[i]->valid) return;
|
||||
if(t.m[i]->dist >= get_sightrange()+.51) return;
|
||||
// if(t.m[i]->dist >= get_sightrange()+.51) return;
|
||||
}
|
||||
dt++;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user