From dc9ea85dad46ea4e59a38fda5a65d4af9601ffef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:09:22 +0200 Subject: [PATCH] Undo whatever that was --- src/openrct2/paint/Painter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/paint/Painter.cpp b/src/openrct2/paint/Painter.cpp index fbac8209f6..4e663e9288 100644 --- a/src/openrct2/paint/Painter.cpp +++ b/src/openrct2/paint/Painter.cpp @@ -203,5 +203,4 @@ void Painter::ReleaseSession(PaintSession* session) Painter::~Painter() { _paintSessionPool.clear(); - _paintSessionPool.clear(); }