mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
Remove DecodeException.
This commit is contained in:
committed by
alexiscatnip
parent
88dad8c7bb
commit
f1a311c28b
@@ -217,7 +217,7 @@ namespace Raindrop.UI.map.Map_SceneHierachy
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
throw new DecodeException("maptile (jp2) decode failed at " + e.Message);
|
||||
Debug.LogError("maptile (jp2) decode failed at " + e.Message);
|
||||
}
|
||||
finally
|
||||
{
|
||||
@@ -385,13 +385,6 @@ namespace Raindrop.UI.map.Map_SceneHierachy
|
||||
|
||||
}
|
||||
|
||||
internal class DecodeException : Exception
|
||||
{
|
||||
public DecodeException(string cannotReadJ2kHeader)
|
||||
{
|
||||
throw new NotImplementedException(); //change to another ecception.
|
||||
}
|
||||
}
|
||||
|
||||
internal class MapSceneData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user