- fixed incorrect return variable.
This commit is contained in:
parent
fd07b56ae9
commit
7983f6ea4f
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ EScopeFlags FScopeBarrier::ChangeSideInObjectFlags(EScopeFlags flags, int side)
|
|||
int f = int(flags);
|
||||
f &= ~(Scope_UI | Scope_Play);
|
||||
f |= ObjectFlagsFromSide(side);
|
||||
return (EScopeFlags)flags;
|
||||
return (EScopeFlags)f;
|
||||
}
|
||||
|
||||
FScopeBarrier::FScopeBarrier()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue