Changed: Temporary disable NL_USES_DEFAULT_ARENA_OBJECT_ALLOCATOR for ITexture
This commit is contained in:
parent
fa38302b19
commit
7079162492
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public:
|
|||
class ITexture : public CBitmap, public NLMISC::CRefCount, public NLMISC::IStreamable
|
||||
{
|
||||
public:
|
||||
NL_USES_DEFAULT_ARENA_OBJECT_ALLOCATOR // for fast alloc
|
||||
// NL_USES_DEFAULT_ARENA_OBJECT_ALLOCATOR // for fast alloc
|
||||
// Those enums MUST be the same than in UTexture!!
|
||||
enum TWrapMode
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue