1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +08:00

Ignore unused thing inspection

This commit is contained in:
Dean Herbert 2023-09-06 17:57:32 +09:00
parent 6c95b88589
commit 14936677fc

View File

@ -84,6 +84,7 @@ namespace osu.Game.Skinning
public override IBindable<TValue>? GetConfig<TLookup, TValue>(TLookup lookup)
{
// ReSharper disable once RedundantAssignment (used in `finally` debug logic)
bool wasHit = true;
try