You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00: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