Skip to content

Commit

Permalink
fix a typo in platform specific (OSX) code
Browse files Browse the repository at this point in the history
  • Loading branch information
brnkhy committed Jul 22, 2021
1 parent ebee818 commit a6c79ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public virtual void GetAsync(CanonicalTileId tileId, string tilesetId, bool isTe
{

#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX
fullfilePath = fullFilePath.Insert(0, "file://");
fullFilePath = fullFilePath.Insert(0, "file://");
#endif
fullFilePath = new Uri(fullFilePath).ToString();
var tile = new FileImageTile(tileId, tilesetId, fullFilePath, isTextureNonreadable);
Expand Down

0 comments on commit a6c79ae

Please sign in to comment.