[*] 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;
|
||||
}
|
||||
|
||||
if (!Read(value))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
Read(value);
|
||||
|
||||
return true;
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user