You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Initialize class/struct variables with default values in modules/
This commit is contained in:
@@ -106,8 +106,6 @@ void EMWSPeer::set_no_delay(bool p_enabled) {
|
||||
}
|
||||
|
||||
EMWSPeer::EMWSPeer() {
|
||||
peer_sock = -1;
|
||||
write_mode = WRITE_MODE_BINARY;
|
||||
close();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user