mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +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)
|
||||
{
|
||||
// TODO: Score::Paint matches better with no `value` on the stack,
|
||||
// while LegoModelPresenter::CreateROI only matches with `value`
|
||||
T* value = NULL;
|
||||
|
||||
#ifdef COMPAT_MODE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user