Update base.h

This commit is contained in:
blueloveTH 2024-06-16 21:53:12 +08:00
parent 52abebfc16
commit 57153dc8d2

View File

@ -23,7 +23,6 @@ typedef struct PyVar{
union { union {
int64_t _i64; int64_t _i64;
double _f64; double _f64;
bool _bool;
PyObject* _obj; PyObject* _obj;
void* _ptr; void* _ptr;
// Vec2 // Vec2