mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-14 08:55:22 +00:00
Fixes linker errors when Basic Lighting is removed
This commit is contained in:
parent
463cd50d0a
commit
59c81f9179
3 changed files with 24 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue