Commit b4a4f04
committed
Add missing using directive for AsNonNull in OsuGameActivity.cs
The previous commit introduced the use of `.AsNonNull()` but lacked
the necessary `using osu.Framework.Extensions.ObjectExtensions;`
directive, causing a CI failure.1 parent 57c4ea2 commit b4a4f04
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments