mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
swap follower angle facing when autoring
This commit is contained in:
parent
500cfa74de
commit
947b918c83
1 changed files with 2 additions and 2 deletions
|
|
@ -541,8 +541,8 @@ void K_HandleFollower(player_t *player)
|
||||||
if (player->follower->cvmem)
|
if (player->follower->cvmem)
|
||||||
{
|
{
|
||||||
destAngle = R_PointToAngle2(
|
destAngle = R_PointToAngle2(
|
||||||
player->follower->x, player->follower->y,
|
player->mo->x, player->mo->y,
|
||||||
player->mo->x, player->mo->y
|
player->follower->x, player->follower->y
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue