mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-28 02:53:49 +00:00
Fixes linker errors when Basic Lighting is removed
This commit is contained in:
parent
1ef75b411c
commit
37b0ec68f7
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