forked from mirror/DotRecast
reformat
This commit is contained in:
parent
f9782da010
commit
4ee7f1fe4a
|
@ -19,7 +19,6 @@ freely, subject to the following restrictions:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
using DotRecast.Core;
|
using DotRecast.Core;
|
||||||
using K4os.Compression.LZ4;
|
|
||||||
|
|
||||||
namespace DotRecast.Detour.TileCache.Io.Compress
|
namespace DotRecast.Detour.TileCache.Io.Compress
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,7 @@ freely, subject to the following restrictions:
|
||||||
|
|
||||||
namespace DotRecast.Detour.TileCache.Io.Compress
|
namespace DotRecast.Detour.TileCache.Io.Compress
|
||||||
{
|
{
|
||||||
public class TileCacheCompressorFactory
|
public static class TileCacheCompressorFactory
|
||||||
{
|
{
|
||||||
public static TileCacheCompressor get(bool cCompatibility)
|
public static TileCacheCompressor get(bool cCompatibility)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue