mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 21:41:03 +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(tracer != NULL)
|
||||||
{
|
{
|
||||||
if(player != NULL) zshift = -0.5*tracer.height;
|
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;
|
else if (player != NULL && player.mo != NULL) zshift = -0.5*player.mo.height;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue