mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 12:22:57 +08:00
Fix @1x skin elements not being used
This commit is contained in:
parent
5e624de4b2
commit
1996698817
@ -63,7 +63,7 @@ namespace osu.Game.Skinning
|
|||||||
if (texture == null)
|
if (texture == null)
|
||||||
{
|
{
|
||||||
ratio *= 2;
|
ratio *= 2;
|
||||||
GetTexture(componentName);
|
texture = GetTexture(componentName);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (texture == null) return null;
|
if (texture == null) return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user