mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
Rename enum GFXTextureProfile::None for avoid conficts on Linux.
This commit is contained in:
parent
938e28b6f3
commit
7f46383eb5
13 changed files with 24 additions and 24 deletions
|
|
@ -62,14 +62,14 @@ GFX_ImplementTextureProfile( BLProjectedShadowProfile,
|
|||
GFXTextureProfile::PreserveSize |
|
||||
GFXTextureProfile::RenderTarget |
|
||||
GFXTextureProfile::Pooled,
|
||||
GFXTextureProfile::None );
|
||||
GFXTextureProfile::NONE );
|
||||
|
||||
GFX_ImplementTextureProfile( BLProjectedShadowZProfile,
|
||||
GFXTextureProfile::DiffuseMap,
|
||||
GFXTextureProfile::PreserveSize |
|
||||
GFXTextureProfile::ZTarget |
|
||||
GFXTextureProfile::Pooled,
|
||||
GFXTextureProfile::None );
|
||||
GFXTextureProfile::NONE );
|
||||
|
||||
|
||||
ProjectedShadow::ProjectedShadow( SceneObject *object )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue