From 966aafd1999a1ef4b47ad33d1bb5b0a9b131e2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lynn=20B=C3=BCttgenbach?= <62256001+lynn-lumen@users.noreply.github.com> Date: Wed, 9 Jul 2025 19:05:24 +0200 Subject: [PATCH] Add single new line --- .../migration-guides/extendable_gizmos_primitives.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release-content/migration-guides/extendable_gizmos_primitives.md b/release-content/migration-guides/extendable_gizmos_primitives.md index 92950e5266..6dc5e46c1f 100644 --- a/release-content/migration-guides/extendable_gizmos_primitives.md +++ b/release-content/migration-guides/extendable_gizmos_primitives.md @@ -4,7 +4,7 @@ authors: ["@lynn-lumen"] pull_requests: [20049] --- -The `GizmoPrimitive3d` trait, which is used to draw primitives using gizmos can now be implemented for custom primitives. -If you did not declare any such primitives, you may need to remove this trait as it will now be unused. +The `GizmoPrimitive3d` trait, which is used to draw primitives using gizmos can now be implemented for custom primitives. +If you did not declare any such primitives, you may need to remove this trait as it will now be unused. -If you did implement `GizmoPrimitive3d` for a custom `GizmoBuffer`-like struct, you will need to move your implementation for custom primitives to the primitive itself and use that implementation in a separate method on the previously mentioned struct. \ No newline at end of file +If you did implement `GizmoPrimitive3d` for a custom `GizmoBuffer`-like struct, you will need to move your implementation for custom primitives to the primitive itself and use that implementation in a separate method on the previously mentioned struct.