From 24a418b66f3b5a24c639f616ebc2ca16c3276d4f Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Mon, 25 Dec 2023 10:00:27 -0500 Subject: [PATCH] Update mxdiskstreamprovider.cpp --- LEGO1/mxdiskstreamprovider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxdiskstreamprovider.cpp b/LEGO1/mxdiskstreamprovider.cpp index 97d9946e..20ffdb9e 100644 --- a/LEGO1/mxdiskstreamprovider.cpp +++ b/LEGO1/mxdiskstreamprovider.cpp @@ -148,7 +148,7 @@ void MxDiskStreamProvider::PerformWork() action = (MxDSStreamingAction*) m_list.front(); m_list.pop_front(); - // TODO delete lock here (could be an line function) + // TODO delete lock here (could be an inline function for locking & popping list) if (action->GetUnknowna0()->GetWriteOffset() < 0x20000) { g_unk0x10102878--; }