mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +00:00
SpectatorCamera vertical shift.
This commit is contained in:
parent
68b4ed3155
commit
a14c347924
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class SpectatorCamera : Actor
|
|||
if(tracer != NULL)
|
||||
{
|
||||
if(player != NULL) zshift = -0.5*tracer.height;
|
||||
else zshift = 0.5*tracer.height;
|
||||
else zshift = tracer.height;
|
||||
}
|
||||
else if (player != NULL && player.mo != NULL) zshift = -0.5*player.mo.height;
|
||||
|
||||
|
|
Loading…
Reference in a new issue