mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 00:23:01 +08:00
Mark constant identifier as non-localisable
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
0ddda018fd
commit
1629c86b5d
@ -17,7 +17,7 @@ namespace osu.Game.Skinning
|
||||
[Serializable]
|
||||
public class SkinLayoutInfo
|
||||
{
|
||||
private const string global_identifier = "global";
|
||||
private const string global_identifier = @"global";
|
||||
|
||||
public IEnumerable<SerialisedDrawableInfo> AllDrawables => DrawableInfo.Values.SelectMany(v => v);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user