mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- removed debug code.
This commit is contained in:
parent
273c1ea510
commit
56f8974b66
1 changed files with 0 additions and 4 deletions
|
@ -623,10 +623,6 @@ void ADynamicLight::CollectWithinRadius(const DVector3 &pos, subsector_t *subSec
|
|||
|
||||
void ADynamicLight::LinkLight()
|
||||
{
|
||||
if (X() == 1088 && Y() == 2832)
|
||||
{
|
||||
int a = 0;
|
||||
}
|
||||
// mark the old light nodes
|
||||
FLightNode * node;
|
||||
|
||||
|
|
Loading…
Reference in a new issue