mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Apply batch fixing of built-in types using var
This commit is contained in:
@ -103,7 +103,7 @@ namespace osu.Game.Audio.Effects
|
||||
|
||||
ensureAttached();
|
||||
|
||||
var filterIndex = mixer.Effects.IndexOf(filter);
|
||||
int filterIndex = mixer.Effects.IndexOf(filter);
|
||||
|
||||
if (filterIndex < 0) return;
|
||||
|
||||
|
Reference in New Issue
Block a user