Fixed issues with tempmodel origin

This commit is contained in:
smallmodel 2023-10-03 17:02:07 +02:00
parent e49833737d
commit 06e3497a57
No known key found for this signature in database
GPG key ID: A96F163ED4891440
2 changed files with 19 additions and 21 deletions

View file

@ -4747,7 +4747,7 @@ void ClientGameCommandManager::UpdateEmitter(
for (j = 0; j < 3; j++) {
VectorMA(
m_spawnthing->linked_origin, ori.origin[i], current_entity->axis[j], m_spawnthing->linked_origin
m_spawnthing->linked_origin, ori.origin[j], current_entity->axis[j], m_spawnthing->linked_origin
);
}
MatrixMultiply(ori.axis, current_entity->axis, m_spawnthing->linked_axis);