mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Tons of PART rendering preparation
This commit is contained in:
@@ -11,7 +11,9 @@ CSimplePool::CSimplePool(IFactory& factory)
|
||||
|
||||
CToken CSimplePool::GetObj(const SObjectTag& tag, const CVParamTransfer& paramXfer)
|
||||
{
|
||||
auto iter = std::find_if(x4_resources.begin(), x4_resources.end(), [&tag](std::pair<SObjectTag, CObjectReference*> pair)->bool{
|
||||
auto iter = std::find_if(x4_resources.begin(), x4_resources.end(),
|
||||
[&tag](std::pair<SObjectTag, CObjectReference*> pair) -> bool
|
||||
{
|
||||
return pair.first == tag;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user