mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- let FxNop have a value type, even if it's just TypeError.
This commit is contained in:
parent
f1fe9a0286
commit
8e24a50b36
1 changed files with 1 additions and 0 deletions
|
@ -2104,6 +2104,7 @@ public:
|
||||||
: FxExpression(EFX_Nop, p)
|
: FxExpression(EFX_Nop, p)
|
||||||
{
|
{
|
||||||
isresolved = true;
|
isresolved = true;
|
||||||
|
ValueType = TypeError;
|
||||||
}
|
}
|
||||||
ExpEmit Emit(VMFunctionBuilder *build)
|
ExpEmit Emit(VMFunctionBuilder *build)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue