Skip to content

Commit

Permalink
Update GDNative API version for changes from godotengine#50659
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnopek committed Jul 21, 2021
1 parent d42f6f4 commit fee3e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gdnative/include/net/godot_webrtc.h
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 fee3e6b

Please sign in to comment.