You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
miniupnpc: Update to version 2.2.3
Library code and public headers are now properly separated, we can fix include paths
to remove the redundant subfolder.
(cherry picked from commit 432ac521ef)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "upnp.h"
|
||||
|
||||
#include <miniupnpc/upnpcommands.h>
|
||||
#include <upnpcommands.h>
|
||||
|
||||
String UPNPDevice::query_external_address() const {
|
||||
ERR_FAIL_COND_V(!is_valid_gateway(), "");
|
||||
|
||||
Reference in New Issue
Block a user