Skip to content

Commit

Permalink
Merge pull request #50706 from dsnopek/webrtc-gdnative-version-3.x
Browse files Browse the repository at this point in the history
Update GDNative API version for changes from #50659 (Godot 3.x)
  • Loading branch information
akien-mga committed Jul 22, 2021
2 parents d3f500c + a27f4de commit ca8e488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gdnative/include/net/godot_webrtc.h
Expand Up @@ -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 {
Expand Down

0 comments on commit ca8e488

Please sign in to comment.