(svn r15603) -Fix [FS#2696]: crash when using an extraordinarily large sprite as cursor.
This commit is contained in:
@@ -123,6 +123,15 @@ public:
|
||||
}
|
||||
return this->buffer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the currently allocated buffer.
|
||||
* @return the buffer
|
||||
*/
|
||||
FORCEINLINE const T *GetBuffer() const
|
||||
{
|
||||
return this->buffer;
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user