[*] Fix dodgy mostly unused error-less T ByteBuffer::ReadTagged()
This commit is contained in:
parent
134816e128
commit
f948c3423c
@ -495,11 +495,8 @@ namespace Aurora::Memory
|
|||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Read(value))
|
Read(value);
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
return value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user