mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix x64 builds.
This commit is contained in:
parent
98e3651db5
commit
a4bf61f07b
3 changed files with 5 additions and 5 deletions
|
|
@ -172,7 +172,7 @@ void BasicLightManager::activate( SceneManager *sceneManager )
|
|||
}
|
||||
else
|
||||
{
|
||||
#if defined( TORQUE_OS_WIN32 )
|
||||
#if defined( TORQUE_OS_WIN )
|
||||
FEATUREMGR->registerFeature( MFT_LightMap, new LightmapFeatHLSL );
|
||||
FEATUREMGR->registerFeature( MFT_ToneMap, new TonemapFeatHLSL );
|
||||
FEATUREMGR->registerFeature( MFT_NormalMap, new BumpFeatHLSL );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue