mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-15 09:07:39 +00:00
Note about Get()
This commit is contained in:
parent
d133f3dad0
commit
a7904ab0f8
@ -44,6 +44,8 @@ class LegoContainer {
|
|||||||
|
|
||||||
inline T* Get(const char* p_name)
|
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;
|
T* value = NULL;
|
||||||
|
|
||||||
#ifdef COMPAT_MODE
|
#ifdef COMPAT_MODE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user