mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 13:50:48 +00:00
- fixed base class for DShape2DBufferInfo.
This commit is contained in:
parent
6da9f00e6e
commit
88be3b8a1b
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ public:
|
|||
bool mIsFirstPass = true;
|
||||
};
|
||||
|
||||
struct DShape2DBufferInfo : NoVirtualRefCountedBase
|
||||
struct DShape2DBufferInfo : RefCountedBase
|
||||
{
|
||||
TArray<F2DVertexBuffer> buffers;
|
||||
bool needsVertexUpload = true;
|
||||
|
|
Loading…
Reference in a new issue