Skip to content

Commit a14c347

Browse files
committed
SpectatorCamera vertical shift.
1 parent 68b4ed3 commit a14c347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wadsrc/static/zscript/actors/shared/camera.zs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class SpectatorCamera : Actor
158158
if(tracer != NULL)
159159
{
160160
if(player != NULL) zshift = -0.5*tracer.height;
161-
else zshift = 0.5*tracer.height;
161+
else zshift = tracer.height;
162162
}
163163
else if (player != NULL && player.mo != NULL) zshift = -0.5*player.mo.height;
164164

0 commit comments

Comments
 (0)