Allow ClassDB to create a Object without postinitialization for GDExtension.
This commit is contained in:
@ -50,7 +50,7 @@ private:
|
||||
|
||||
Ref<PacketPeerUDP> base;
|
||||
|
||||
static PacketPeerDTLS *_create_func();
|
||||
static PacketPeerDTLS *_create_func(bool p_notify_postinitialize);
|
||||
|
||||
static int bio_recv(void *ctx, unsigned char *buf, size_t len);
|
||||
static int bio_send(void *ctx, const unsigned char *buf, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user