mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 00:25:01 +03:00
Fix uninitialized memory error.
This commit is contained in:
@@ -753,6 +753,7 @@ Area::Area() :
|
||||
angular_damp = 1;
|
||||
priority = 0;
|
||||
monitoring = false;
|
||||
monitorable = false;
|
||||
collision_mask = 1;
|
||||
collision_layer = 1;
|
||||
set_ray_pickable(false);
|
||||
|
||||
Reference in New Issue
Block a user