mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-18 19:47:15 +01:00
Update sqratLightObj.h
This commit is contained in:
parent
9dab72a2a7
commit
12ac87d8fd
@ -399,7 +399,7 @@ struct LightObj {
|
|||||||
sq_pushobject(vm, mObj);
|
sq_pushobject(vm, mObj);
|
||||||
Var<T> v(vm, -1);
|
Var<T> v(vm, -1);
|
||||||
sq_pop(vm, 1);
|
sq_pop(vm, 1);
|
||||||
return v.value;
|
return std::move(v.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user