mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-01 21:10:35 +00:00
drawing:: removed hiliteclick debug
This commit is contained in:
parent
391e9e7432
commit
6217ec4702
@ -1863,7 +1863,7 @@ void dqi_poly::draw() {
|
|||||||
else poly_flags &=~ POLY_INVERSE;
|
else poly_flags &=~ POLY_INVERSE;
|
||||||
|
|
||||||
if(spherespecial) {
|
if(spherespecial) {
|
||||||
if(!hiliteclick && !(poly_flags & POLY_INFRONT)) return;
|
if(!(poly_flags & POLY_INFRONT)) return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int lastl = 0;
|
int lastl = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user