1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Hack as a hot fix for Bullet's collision margin issue

This commit is contained in:
fabriceci
2022-08-25 10:16:20 +02:00
parent 03940b77a2
commit b3210c5cd6
3 changed files with 10 additions and 1 deletions

View File

@@ -807,6 +807,7 @@ class PhysicsServerManager {
public:
static const String setting_property_name;
static int current_server_id;
private:
static void on_servers_changed();