mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-13 00:15:21 +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
|
|
@ -91,7 +91,7 @@ GFX_ImplementTextureProfile(GFXMLTextureProfile,
|
|||
GFXTextureProfile::DiffuseMap,
|
||||
GFXTextureProfile::PreserveSize |
|
||||
GFXTextureProfile::Static,
|
||||
GFXTextureProfile::None);
|
||||
GFXTextureProfile::NONE);
|
||||
|
||||
const U32 GuiMLTextCtrl::csmTextBufferGrowthSize = 1024;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue