1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Merge pull request #2304 from peppy/fix-1x-skin-elements

Fix @1x skin elements not being used
This commit is contained in:
Dan Balasescu 2018-03-24 13:19:59 +09:00 committed by GitHub
commit bbb2f421b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ namespace osu.Game.Skinning
if (texture == null)
{
ratio *= 2;
GetTexture(componentName);
texture = GetTexture(componentName);
}
if (texture == null) return null;