diff --git a/src/common/2d/v_2ddrawer.h b/src/common/2d/v_2ddrawer.h index ebcef6142..74d5935a6 100644 --- a/src/common/2d/v_2ddrawer.h +++ b/src/common/2d/v_2ddrawer.h @@ -243,7 +243,7 @@ public: bool mIsFirstPass = true; }; -struct DShape2DBufferInfo : NoVirtualRefCountedBase +struct DShape2DBufferInfo : RefCountedBase { TArray buffers; bool needsVertexUpload = true;