From 88be3b8a1b8a938dbbe8c74b6e4104965ad10db2 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 3 Oct 2021 13:09:39 +0200 Subject: [PATCH] - fixed base class for DShape2DBufferInfo. --- src/common/2d/v_2ddrawer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/2d/v_2ddrawer.h b/src/common/2d/v_2ddrawer.h index ebcef61421..74d5935a63 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;