drawing:: removed hiliteclick debug

This commit is contained in:
Zeno Rogue 2020-12-29 02:49:58 +01:00
parent 391e9e7432
commit 6217ec4702
1 changed files with 1 additions and 1 deletions

View File

@ -1863,7 +1863,7 @@ void dqi_poly::draw() {
else poly_flags &=~ POLY_INVERSE;
if(spherespecial) {
if(!hiliteclick && !(poly_flags & POLY_INFRONT)) return;
if(!(poly_flags & POLY_INFRONT)) return;
}
int lastl = 0;