Fixed EFX_ enum for FxFormat
This commit is contained in:
parent
e75aa08d0a
commit
fcc5f4b77b
2 changed files with 2 additions and 2 deletions
|
|
@ -8356,7 +8356,7 @@ ExpEmit FxFlopFunctionCall::Emit(VMFunctionBuilder *build)
|
|||
//==========================================================================
|
||||
|
||||
FxFormat::FxFormat(FArgumentList &args, const FScriptPosition &pos)
|
||||
: FxExpression(EFX_FlopFunctionCall, pos)
|
||||
: FxExpression(EFX_Format, pos)
|
||||
{
|
||||
ArgList = std::move(args);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue