Fix x64 builds.

This commit is contained in:
LuisAntonRebollo 2014-11-30 04:00:58 +01:00
parent 98e3651db5
commit a4bf61f07b
3 changed files with 5 additions and 5 deletions

View file

@ -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 );