mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24: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
|
|
@ -106,7 +106,7 @@ public:
|
|||
|
||||
enum Compression
|
||||
{
|
||||
None,
|
||||
NONE,
|
||||
DXT1,
|
||||
DXT2,
|
||||
DXT3,
|
||||
|
|
@ -114,7 +114,7 @@ public:
|
|||
DXT5,
|
||||
};
|
||||
|
||||
GFXTextureProfile(const String &name, Types type, U32 flags, Compression compression = None);
|
||||
GFXTextureProfile(const String &name, Types type, U32 flags, Compression compression = NONE);
|
||||
|
||||
// Accessors
|
||||
String getName() const { return mName; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue