mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-02 16:29:54 +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;
|
using namespace hyperpoint_vec;
|
||||||
for(int i: {0,1,2}) {
|
for(int i: {0,1,2}) {
|
||||||
if(!t.m[i]->valid) return;
|
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++;
|
dt++;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user