1
0
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:
Juan Linietsky
2019-01-17 19:11:43 -03:00
parent 279ddbdf1b
commit 1efd37f1b7

View File

@@ -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);