Files
godot/editor
RealMadvicius e7a35d1521 Fix crash when clicking on "Interpolation Mode" with nonexistent node path
issue reference [https://github.com/godotengine/godot/issues/81769]
#81769 AnimationPlayer: Editor crashes when clicking on "Interpolation Mode" with nonexistent node path

- adding a nullptr check on a Node pointer obtained from get_node(NodePath) in case it is null now we wont execute the next instruction

> ClassDB::get_property_info(nd->get_class(), prop, &prop_info);

Which then prevents the crash
2023-10-07 11:34:02 +02:00
..
2023-10-06 21:38:34 +08:00
2023-06-06 15:36:51 +01:00
2023-10-01 22:04:17 +07:00
2023-10-01 22:04:17 +07:00
2023-06-06 15:36:51 +01:00
2023-09-03 19:58:18 +02:00
2023-06-06 15:36:51 +01:00