Bläddra i källkod

Update pocketpy.h

blueloveTH 3 år sedan
förälder
incheckning
8fe2d4e54e
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/pocketpy.h

+ 1 - 0
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
 }