unnecessary type-conversion.
This commit is contained in:
parent
9ef63c9886
commit
56ac9dc948
@ -18,7 +18,7 @@ public class Tag
|
|||||||
switch (key)
|
switch (key)
|
||||||
{
|
{
|
||||||
case TagType.highway:
|
case TagType.highway:
|
||||||
this.value = (WayType)value.GetByte();
|
this.value = value.GetByte();
|
||||||
break;
|
break;
|
||||||
case TagType.maxspeed:
|
case TagType.maxspeed:
|
||||||
this.value = value.GetByte();
|
this.value = value.GetByte();
|
||||||
|
Reference in New Issue
Block a user