mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- fix debug build compile error
This commit is contained in:
parent
7230974c1e
commit
9b9113d0c4
1 changed files with 0 additions and 2 deletions
|
@ -234,8 +234,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