mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-24 04:51:41 +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;
|
FSection *sect = R_PointInSubsector(Pos())->section;
|
||||||
|
|
||||||
dl_validcount++;
|
dl_validcount++;
|
||||||
|
validcount++;
|
||||||
CollectWithinRadius(Pos(), sect, float(radius*radius));
|
CollectWithinRadius(Pos(), sect, float(radius*radius));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue