Skip to content

Commit

Permalink
- fixed bad type in FxFontCast.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jul 25, 2021
1 parent d86df62 commit d0813f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/scripting/backend/codegen.cpp
Expand Up @@ -1449,7 +1449,7 @@ FxFontCast::FxFontCast(FxExpression *x)
: FxExpression(EFX_FontCast, x->ScriptPosition)
{
basex = x;
ValueType = TypeSound;
ValueType = TypeFont;
}

//==========================================================================
Expand Down

0 comments on commit d0813f9

Please sign in to comment.