Build viewer/editor #13
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ auto Profile::getResource(const char* container, Int id) -> Int {
|
|||
return 0;
|
||||
}
|
||||
|
||||
static auto predicate = [&id](UnrealPropertyBase::ptr& prop){
|
||||
auto predicate = [&id](UnrealPropertyBase::ptr& prop){
|
||||
auto res_prop = static_cast<ResourceItemValue*>(prop.get());
|
||||
return res_prop->id == id;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue