mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-20 07:03:46 +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
|
|
@ -42,7 +42,7 @@ GFX_ImplementTextureProfile(GFXFontTextureProfile,
|
|||
GFXTextureProfile::Static |
|
||||
GFXTextureProfile::KeepBitmap |
|
||||
GFXTextureProfile::NoMipmap,
|
||||
GFXTextureProfile::None);
|
||||
GFXTextureProfile::NONE);
|
||||
|
||||
template<> void *Resource<GFont>::create(const Torque::Path &path)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue