ai feedback

This commit is contained in:
David Markowitz
2026-06-06 23:50:46 -07:00
parent d9c8955862
commit fb9b58eb28
4 changed files with 6 additions and 5 deletions

View File

@@ -404,7 +404,7 @@ void TriggerComponent::HandleSetPhysicsVolumeEffect(Entity* targetEntity, std::v
phantomPhysicsComponent->SetDirection(direction);
}
if (argArray.size() > 5) {
if (argArray.size() > 6) {
const uint32_t min = GeneralUtils::TryParse(argArray.at(6), 0);
phantomPhysicsComponent->SetMin(min);