Skip to content

Commit

Permalink
Import texture as much as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
litefeel committed Oct 14, 2018
1 parent 4a200cf commit ffae39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/BitmapFontImporter/Editor/BFImporter.cs
Expand Up @@ -108,7 +108,7 @@ private static Texture2D[] DoImportTextures(FntParse parse, string rootPath, Tex
if (texture == null)
{
Debug.LogErrorFormat(fnt, "{0}: not found '{1}'.", typeof(BFImporter), texPath);
return textures;
continue;
}

TextureImporter texImporter = AssetImporter.GetAtPath(texPath) as TextureImporter;
Expand Down

0 comments on commit ffae39d

Please sign in to comment.