You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.
This commit is contained in:
@@ -1568,9 +1568,6 @@ void BulletPhysicsServer::step(float p_deltaTime) {
|
||||
}
|
||||
}
|
||||
|
||||
void BulletPhysicsServer::sync() {
|
||||
}
|
||||
|
||||
void BulletPhysicsServer::flush_queries() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user