1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix regression #21262 in Path Gizmo

closes #21262
This commit is contained in:
JFonS
2018-08-30 14:24:24 +02:00
parent cb63cc86e5
commit 07d9b7af7a
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ String PathSpatialGizmo::get_handle_name(int p_idx) const {
return n;
}
Variant PathSpatialGizmo::get_handle_value(int p_idx) const {
Variant PathSpatialGizmo::get_handle_value(int p_idx) {
Ref<Curve3D> c = path->get_curve();
if (c.is_null())