mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed bad call to validate function.
This commit is contained in:
parent
de9c9221fe
commit
1cb89c6b37
1 changed files with 3 additions and 3 deletions
|
@ -649,9 +649,9 @@ begin:
|
|||
}
|
||||
NEXTOP;
|
||||
OP(SCOPE) :
|
||||
{
|
||||
ASSERTA(a); ASSERTA(C);
|
||||
FScopeBarrier::ValidateCall(((DObject*)a)->GetClass(), (VMFunction*)C, B - 1);
|
||||
{
|
||||
ASSERTA(a); ASSERTA(C);
|
||||
FScopeBarrier::ValidateCall(((DObject*)konsta[a].v)->GetClass(), (VMFunction*)konsta[C].v, B - 1);
|
||||
}
|
||||
NEXTOP;
|
||||
|
||||
|
|
Loading…
Reference in a new issue