Skip to content

Commit ebdfbf4

Browse files
fix: add missing System.Numerics import for Vector2 in ComposeBlueprintContainer
The upstream merge introduced new Vector2 usages (lines 206, 211) for new combo button icons without the corresponding System.Numerics import, which was required after our osuTK → System.Numerics.Vector2 migration. Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/c574fc49-f3fa-4386-9706-f05472318292 Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent 48ae8ac commit ebdfbf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

osu.Game/Screens/Edit/Compose/Components/ComposeBlueprintContainer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using System;
77
using System.Collections.Generic;
88
using System.Linq;
9+
using System.Numerics;
910
using Humanizer;
1011
using JetBrains.Annotations;
1112
using osu.Framework.Allocation;

0 commit comments

Comments
 (0)