Merge branch 'master' into performance-logging-toggle

This commit is contained in:
Dean Herbert
2018-03-24 13:32:49 +09:00
committed by GitHub

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;