Merge branch 'main' into rotation-behaviors

This commit is contained in:
David Markowitz
2025-09-07 19:25:54 -07:00
132 changed files with 443 additions and 662 deletions

View File

@@ -139,7 +139,7 @@ void Strip::Spawn(LOT lot, Entity& entity) {
EntityInfo info{};
info.lot = lot;
info.pos = entity.GetPosition();
info.rot = NiQuaternionConstant::IDENTITY;
info.rot = QuatUtils::IDENTITY;
info.spawnerID = entity.GetObjectID();
auto* const spawnedEntity = Game::entityManager->CreateEntity(info, nullptr, &entity);
spawnedEntity->AddToGroup("SpawnedPropertyEnemies");