mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 06:09:59 +08:00
Merge pull request #2304 from peppy/fix-1x-skin-elements
Fix @1x skin elements not being used
This commit is contained in:
@@ -63,7 +63,7 @@ namespace osu.Game.Skinning
|
||||
if (texture == null)
|
||||
{
|
||||
ratio *= 2;
|
||||
GetTexture(componentName);
|
||||
texture = GetTexture(componentName);
|
||||
}
|
||||
|
||||
if (texture == null) return null;
|
||||
|
||||
Reference in New Issue
Block a user