diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-04-12 01:29:58 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-04-12 01:34:33 +0200 |
commit | c30ddd9b222cc8d1c12ac077541f563bd9ca505b (patch) | |
tree | 5ae3cb6f7a28cb2925e7116a5e84dcab769319f6 /src/net/WebRTCPeerNative.hpp | |
parent | c2028103f1dea1651eb3a5f3bc784e367011f3be (diff) | |
download | fork-godot-webrtc-native-c30ddd9b222cc8d1c12ac077541f563bd9ca505b.tar.gz fork-godot-webrtc-native-c30ddd9b222cc8d1c12ac077541f563bd9ca505b.tar.bz2 fork-godot-webrtc-native-c30ddd9b222cc8d1c12ac077541f563bd9ca505b.zip |
Update GDNative bind.
The GDNative bind was moved to the "next" version of the extention for
compatibility reasons.
Diffstat (limited to 'src/net/WebRTCPeerNative.hpp')
-rw-r--r-- | src/net/WebRTCPeerNative.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/WebRTCPeerNative.hpp b/src/net/WebRTCPeerNative.hpp index 90e08b3..d5f2c6f 100644 --- a/src/net/WebRTCPeerNative.hpp +++ b/src/net/WebRTCPeerNative.hpp @@ -52,7 +52,7 @@ protected: public: static void _register_methods(); - static const godot_gdnative_ext_net_api_struct *_net_api; + static const godot_gdnative_ext_net_3_2_api_struct *_net_api; void _init(); void register_interface(const godot_net_webrtc_peer *interface); |