Fix FxMultiAssignDecl type
This commit is contained in:
parent
adfef56fd8
commit
6072260b3f
2 changed files with 2 additions and 1 deletions
|
|
@ -2726,7 +2726,7 @@ ExpEmit FxMultiAssign::Emit(VMFunctionBuilder *build)
|
|||
//==========================================================================
|
||||
|
||||
FxMultiAssignDecl::FxMultiAssignDecl(FArgumentList &base, FxExpression *right, const FScriptPosition &pos)
|
||||
:FxExpression(EFX_MultiAssign, pos)
|
||||
:FxExpression(EFX_MultiAssignDecl, pos)
|
||||
{
|
||||
Base = std::move(base);
|
||||
Right = right;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue