mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- fixed validcount.
This commit is contained in:
parent
87973ff504
commit
df52a71475
1 changed files with 1 additions and 0 deletions
|
@ -707,6 +707,7 @@ void ADynamicLight::LinkLight()
|
|||
FSection *sect = R_PointInSubsector(Pos())->section;
|
||||
|
||||
dl_validcount++;
|
||||
validcount++;
|
||||
CollectWithinRadius(Pos(), sect, float(radius*radius));
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue