| 419 | } |
| 420 | |
| 421 | void Entity::SetPosition(Vector3Par pos) |
| 422 | { |
| 423 | base::SetPosition(pos); |
| 424 | InvDirty(); |
| 425 | } |
| 426 | void Entity::SetTransform(const Matrix4& transform) |
| 427 | { |
| 428 | base::SetTransform(transform); |
no outgoing calls
no test coverage detected