[*] bug-fix
This commit is contained in:
parent
cca3ff73cb
commit
5565189d2c
@ -345,6 +345,10 @@ namespace Aurora::Memory
|
||||
in.Serialize(*this);
|
||||
return !this->flagReadError;
|
||||
}
|
||||
else
|
||||
{
|
||||
return this->Write(AuConstReference<T>(in));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user