removed useless todo comment

main
pereslav 5 years ago
parent 970c87b487
commit b758a1920f

@ -211,8 +211,6 @@ namespace AzFramework
AZ_Assert(clone != nullptr, "Failed to clone spawnable entity.");
clone->SetId(AZ::Entity::MakeId());
// Need to inject a callback here
GameEntityContextRequestBus::Broadcast(&GameEntityContextRequestBus::Events::AddGameEntity, clone);
return clone;
}

Loading…
Cancel
Save