mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Place a hard limit on the max_contacts_reported property
This commit is contained in:
parent
7598b08ec2
commit
a5de242a2f
7 changed files with 9 additions and 1 deletions
|
|
@ -34,6 +34,8 @@
|
|||
#include "core/object/class_db.h"
|
||||
#include "core/object/ref_counted.h"
|
||||
|
||||
constexpr int MAX_CONTACTS_REPORTED_2D_MAX = 4096;
|
||||
|
||||
class PhysicsDirectSpaceState2D;
|
||||
template <typename T>
|
||||
class TypedArray;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue