Rename enum GFXTextureProfile::None for avoid conficts on Linux.

This commit is contained in:
LuisAntonRebollo 2014-04-07 00:03:52 +02:00
parent 938e28b6f3
commit 7f46383eb5
13 changed files with 24 additions and 24 deletions

View file

@ -70,7 +70,7 @@ GFX_ImplementTextureProfile( ShadowMapProfile,
GFXTextureProfile::PreserveSize |
GFXTextureProfile::RenderTarget |
GFXTextureProfile::Pooled,
GFXTextureProfile::None );
GFXTextureProfile::NONE );
GFX_ImplementTextureProfile( ShadowMapZProfile,
GFXTextureProfile::DiffuseMap,
@ -78,7 +78,7 @@ GFX_ImplementTextureProfile( ShadowMapZProfile,
GFXTextureProfile::NoMipmap |
GFXTextureProfile::ZTarget |
GFXTextureProfile::Pooled,
GFXTextureProfile::None );
GFXTextureProfile::NONE );
LightShadowMap::LightShadowMap( LightInfo *light )