Remove traces of the extinct RID preallocate feature

This commit is contained in:
Pedro J. Estébanez
2023-12-28 10:18:05 +01:00
parent 13a0d6e9b2
commit c217041afd
6 changed files with 0 additions and 10 deletions

View File

@ -65,7 +65,6 @@ class PhysicsServer3DWrapMT : public PhysicsServer3D {
bool first_frame = true;
Mutex alloc_mutex;
int pool_max_size = 0;
public:
#define ServerName PhysicsServer3D