You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Add missing EMWSServer::poll function.
Empty of course as server is not supported in HTML5, but the symbol must be defined.
This commit is contained in:
@@ -71,6 +71,9 @@ int EMWSServer::get_peer_port(int p_peer_id) const {
|
||||
void EMWSServer::disconnect_peer(int p_peer_id, int p_code, String p_reason) {
|
||||
}
|
||||
|
||||
void EMWSServer::poll() {
|
||||
}
|
||||
|
||||
EMWSServer::EMWSServer() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user