mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Add comment about reasoning for local context variable
This commit is contained in:
@ -63,6 +63,7 @@ namespace osu.Game.Database
|
||||
}
|
||||
else
|
||||
{
|
||||
// we want to try-catch the retrieval of the context because it could throw an error (in CreateContext).
|
||||
context = threadContexts.Value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user