Skip to content

Commit

Permalink
Merge pull request #50704 from dsnopek/webrtc-gdnative-version
Browse files Browse the repository at this point in the history
Update GDNative API version for changes from #50659
  • Loading branch information
akien-mga authored Jul 22, 2021
2 parents 6b1886f + fee3e6b commit 7a6d77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gdnative/include/net/godot_webrtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
extern "C" {
#endif

#define GODOT_NET_WEBRTC_API_MAJOR 3
#define GODOT_NET_WEBRTC_API_MINOR 2
#define GODOT_NET_WEBRTC_API_MAJOR 4
#define GODOT_NET_WEBRTC_API_MINOR 0

/* Library Interface (used to set default GDNative WebRTC implementation */
typedef struct {
Expand Down

0 comments on commit 7a6d77e

Please sign in to comment.