summaryrefslogtreecommitdiff
path: root/scene/3d/proximity_group_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/proximity_group_3d.h')
-rw-r--r--scene/3d/proximity_group_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/proximity_group_3d.h b/scene/3d/proximity_group_3d.h
index 05aa00b228..e45adc3040 100644
--- a/scene/3d/proximity_group_3d.h
+++ b/scene/3d/proximity_group_3d.h
@@ -49,7 +49,7 @@ private:
DispatchMode dispatch_mode = MODE_PROXY;
Vector3 grid_radius = Vector3(1, 1, 1);
- float cell_size = 1.0;
+ real_t cell_size = 1.0;
uint32_t group_version = 0;
void _clear_groups();