From a7904ab0f8a0986de025f5ba42b8645aae174e77 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 24 Feb 2024 11:42:46 -0500 Subject: [PATCH] Note about Get() --- LEGO1/lego/sources/misc/legocontainer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LEGO1/lego/sources/misc/legocontainer.h b/LEGO1/lego/sources/misc/legocontainer.h index 5d592a06..561c2cbd 100644 --- a/LEGO1/lego/sources/misc/legocontainer.h +++ b/LEGO1/lego/sources/misc/legocontainer.h @@ -44,6 +44,8 @@ class LegoContainer { inline T* Get(const char* p_name) { + // TODO: Score::Paint matches better with no `value` on the stack, + // while LegoModelPresenter::CreateROI only matches with `value` T* value = NULL; #ifdef COMPAT_MODE