From 8fe2d4e54e5771b735a128a72e0f7f27d91471a1 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Thu, 11 May 2023 22:00:29 +0800 Subject: [PATCH] Update pocketpy.h --- src/pocketpy.h | 1 + 1 file changed, 1 insertion(+) 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 }