Skip to content

Commit

Permalink
Fix code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dymanoid committed Jun 22, 2019
1 parent 2621416 commit 6f7f3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Debugger/Utils/DumpUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ private static void DumpAPR(string assetName, Texture2D aprMap, bool extract = t
{
return;
}

if (extract)
{
var length = aprMap.width * aprMap.height;
Expand All @@ -213,6 +214,5 @@ private static void DumpAPR(string assetName, Texture2D aprMap, bool extract = t
TextureUtil.DumpTextureToPNG(aprMap, $"{assetName}_APR");
}
}

}
}

0 comments on commit 6f7f3d1

Please sign in to comment.