mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 21:21:04 +00:00
- fixed: incorrect flag masking for polyobjects disabled all line portals.
This commit is contained in:
parent
f8ae166281
commit
6cf96372ba
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ static void SetRotation(FLinePortal *port)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
port->mFlags &= PORTF_POLYOBJ;
|
port->mFlags &= ~PORTF_POLYOBJ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue