mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Merge branch 'master' into performance-logging-toggle
This commit is contained in:
commit
76886c8e3f
@ -63,7 +63,7 @@ namespace osu.Game.Skinning
|
||||
if (texture == null)
|
||||
{
|
||||
ratio *= 2;
|
||||
GetTexture(componentName);
|
||||
texture = GetTexture(componentName);
|
||||
}
|
||||
|
||||
if (texture == null) return null;
|
||||
|
Loading…
Reference in New Issue
Block a user