diff --git a/src/pocketpy.h b/src/pocketpy.h index b543c637..9b063db7 100644 --- a/src/pocketpy.h +++ b/src/pocketpy.h @@ -1053,6 +1053,7 @@ inline void VM::post_init(){ add_module_requests(this); } + PyVec2::register_class(this, builtins); PyMat3x3::register_class(this, builtins); #endif }