mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-18 21:26:11 +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
|
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