Skip to content

Commit

Permalink
Fix texture issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Spider134 committed Jan 4, 2021
1 parent 04b2612 commit 79c44f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Importing/FontsImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ private static Texture2D FlipTexture(Texture2D original, bool upSideDown = true)
}
}
}
flipped.Apply(false, true);
flipped.Apply(true, true);

return flipped;
}
Expand Down
Binary file modified ProjectSettings/VFXManager.asset
Binary file not shown.

0 comments on commit 79c44f8

Please sign in to comment.