mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- fix debug build compile error
This commit is contained in:
parent
0120ea190c
commit
aa6e09f7e8
1 changed files with 0 additions and 2 deletions
|
@ -230,8 +230,6 @@ int VMNativeFunction::NativeScriptCall(VMFunction *func, VMValue *params, int nu
|
|||
{
|
||||
try
|
||||
{
|
||||
assert((call->VarFlags & VARF_Native) && "DoNativeCall must only be called for native functions");
|
||||
|
||||
VMCycles[0].Unclock();
|
||||
numret = static_cast<VMNativeFunction *>(func)->NativeCall(params, func->DefaultArgs, numparams, returns, numret);
|
||||
VMCycles[0].Clock();
|
||||
|
|
Loading…
Reference in a new issue