Changed: Temporary disable NL_USES_DEFAULT_ARENA_OBJECT_ALLOCATOR for ITexture
--HG-- branch : compatibility-develop
This commit is contained in:
parent
0f41024e93
commit
369a9efe0d
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public:
|
||||||
class ITexture : public CBitmap, public NLMISC::CRefCount, public NLMISC::IStreamable
|
class ITexture : public CBitmap, public NLMISC::CRefCount, public NLMISC::IStreamable
|
||||||
{
|
{
|
||||||
public:
|
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!!
|
// Those enums MUST be the same than in UTexture!!
|
||||||
enum TWrapMode
|
enum TWrapMode
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue