Skip to content

Commit

Permalink
Remove -28 offset to fix issue 0000012
Browse files Browse the repository at this point in the history
  • Loading branch information
dpjudas committed Jan 10, 2017
1 parent 12e2722 commit 361bb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swrenderer/plane/r_skyplane.cpp
Expand Up @@ -147,7 +147,7 @@ namespace swrenderer
skyangle += FLOAT2FIXED(s->GetTextureXOffset(pos));

// Vertical offset allows careful sky positioning.
skymid = s->GetTextureYOffset(pos) - 28;
skymid = s->GetTextureYOffset(pos);

// We sometimes flip the picture horizontally.
//
Expand Down

0 comments on commit 361bb11

Please sign in to comment.