1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

Merge pull request #61851 from Calinou/particles-default-global-coordinates

This commit is contained in:
Rémi Verschelde
2022-08-03 11:38:23 +02:00
committed by GitHub
9 changed files with 13 additions and 13 deletions

View File

@@ -159,7 +159,7 @@ private:
real_t randomness = 0.0;
bool restart_request = false;
AABB custom_aabb = AABB(Vector3(-4, -4, -4), Vector3(8, 8, 8));
bool use_local_coords = true;
bool use_local_coords = false;
bool has_collision_cache = false;
bool has_sdf_collision = false;