mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-12 00:40:44 +00:00
Merge pull request #601 from BeamNG/rename_GFXTextureProfile_None
Rename enum GFXTextureProfile::None for avoid conficts on Linux.
This commit is contained in:
commit
a42c92391a
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;
|
||||
|
||||
|
|
|
|||
|
|
@ -63,13 +63,13 @@ GFX_ImplementTextureProfile(GFXGuiCursorProfile,
|
|||
GFXTextureProfile::DiffuseMap,
|
||||
GFXTextureProfile::PreserveSize |
|
||||
GFXTextureProfile::Static,
|
||||
GFXTextureProfile::None);
|
||||
GFXTextureProfile::NONE);
|
||||
GFX_ImplementTextureProfile(GFXDefaultGUIProfile,
|
||||
GFXTextureProfile::DiffuseMap,
|
||||
GFXTextureProfile::PreserveSize |
|
||||
GFXTextureProfile::Static |
|
||||
GFXTextureProfile::NoPadding,
|
||||
GFXTextureProfile::None);
|
||||
GFXTextureProfile::NONE);
|
||||
|
||||
|
||||
GuiCursor::GuiCursor()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue