Skip to content

Commit 2a76760

Browse files
author
Quinn
committed
Merge branch 'godot-3.x' into godot-3.4
2 parents cf37e17 + 6c59b5c commit 2a76760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bullet_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ BulletServer::BulletServer() {
321321
play_area_mode = VIEWPORT;
322322
play_area_rect = Rect2();
323323
play_area_margin = 0;
324-
play_area_allow_incoming = true;
324+
play_area_allow_incoming = false;
325325
relay_autoconnect = true;
326326
}
327327

0 commit comments

Comments
 (0)