Compilation fix
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
|||||||
|
|
||||||
ref_type operator [](s32 uid)
|
ref_type operator [](s32 uid)
|
||||||
{
|
{
|
||||||
return find(uid);
|
return get(uid);
|
||||||
}
|
}
|
||||||
|
|
||||||
// generate UID for newly created object (will return zero if the limit exceeded)
|
// generate UID for newly created object (will return zero if the limit exceeded)
|
||||||
|
|||||||
Reference in New Issue
Block a user