Update GDNative API version for changes from #50659
This commit is contained in:
parent
d42f6f4718
commit
fee3e6b960
|
@ -37,8 +37,8 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define GODOT_NET_WEBRTC_API_MAJOR 3
|
#define GODOT_NET_WEBRTC_API_MAJOR 4
|
||||||
#define GODOT_NET_WEBRTC_API_MINOR 2
|
#define GODOT_NET_WEBRTC_API_MINOR 0
|
||||||
|
|
||||||
/* Library Interface (used to set default GDNative WebRTC implementation */
|
/* Library Interface (used to set default GDNative WebRTC implementation */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue