Merge pull request #50706 from dsnopek/webrtc-gdnative-version-3.x

Update GDNative API version for changes from #50659 (Godot 3.x)
This commit is contained in:
Rémi Verschelde 2021-07-22 12:47:24 +02:00 committed by GitHub
commit ca8e4889eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ extern "C" {
#endif
#define GODOT_NET_WEBRTC_API_MAJOR 3
#define GODOT_NET_WEBRTC_API_MINOR 2
#define GODOT_NET_WEBRTC_API_MINOR 4
/* Library Interface (used to set default GDNative WebRTC implementation */
typedef struct {