mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
Changed: Temporary disable NL_USES_DEFAULT_ARENA_OBJECT_ALLOCATOR for ITexture
This commit is contained in:
parent
faf693bdb0
commit
0df4ac2750
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