more fixes for Gems
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -222,7 +222,7 @@ namespace Vegetation
|
||||
for (const auto& id : processedIds)
|
||||
{
|
||||
bool accepted = true;
|
||||
FilterRequestBus::EnumerateHandlersId(id, [this, &instanceData, &accepted](FilterRequestBus::Events* handler) {
|
||||
FilterRequestBus::EnumerateHandlersId(id, [&instanceData, &accepted](FilterRequestBus::Events* handler) {
|
||||
accepted = handler->Evaluate(instanceData);
|
||||
return accepted;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user