Fixes linker errors when Basic Lighting is removed

This commit is contained in:
chaigler 2018-01-24 16:27:29 -05:00
parent 1ef75b411c
commit 37b0ec68f7
3 changed files with 24 additions and 3 deletions

View file

@ -39,6 +39,9 @@
#include "gfx/gfxCardProfile.h"
#include "gfx/gfxTextureProfile.h"
#ifndef TORQUE_BASIC_LIGHTING
F32 AdvancedLightManager::smProjectedShadowFilterDistance = 40.0f;
#endif
ImplementEnumType( ShadowType,
"\n\n"