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