mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
e56a339b55
commit
9637dc9ef0
@ -250,7 +250,7 @@ static Vec2 SmoothDamp(Vec2 current, Vec2 target, PyVec2& currentVelocity, float
|
||||
return vm->heap.gcnew<PyMat3x3>(PK_OBJ_GET(Type, args[0]), mat);
|
||||
}
|
||||
vm->TypeError(fmt("Mat3x3.__new__ takes 0 or 1 or 9 arguments, got ", args.size()-1));
|
||||
PK_UNREACHABLE();
|
||||
return vm->None;
|
||||
});
|
||||
|
||||
vm->bind_method<1>(type, "copy_", [](VM* vm, ArgsView args){
|
||||
|
Loading…
x
Reference in New Issue
Block a user