Skip to content
Snippets Groups Projects
Commit 27e1ee71 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Fix #1248

parent 47bcad4a
No related branches found
No related tags found
1 merge request!2452Fix #1248
Pipeline #3839 passed
......@@ -501,7 +501,7 @@ void P_LineOpening(line_t *linedef, mobj_t *mobj)
if (texnum) {
// Get the midtexture's height
texheight = textures[texnum]->height << FRACBITS;
texheight = FixedDiv(textureheight[texnum], abs(side->scaley_mid));
// Set texbottom and textop to the Z coordinates of the texture's boundaries
#if 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment