- fixed base class for DShape2DBufferInfo.

This commit is contained in:
Christoph Oelckers 2021-10-03 13:09:39 +02:00
parent 6da9f00e6e
commit 88be3b8a1b

View file

@ -243,7 +243,7 @@ public:
bool mIsFirstPass = true;
};
struct DShape2DBufferInfo : NoVirtualRefCountedBase
struct DShape2DBufferInfo : RefCountedBase
{
TArray<F2DVertexBuffer> buffers;
bool needsVertexUpload = true;