diff --git a/Include/Aurora/Memory/ByteBuffer_Position.inl b/Include/Aurora/Memory/ByteBuffer_Position.inl index 6cc26ce2..d8d263a1 100644 --- a/Include/Aurora/Memory/ByteBuffer_Position.inl +++ b/Include/Aurora/Memory/ByteBuffer_Position.inl @@ -392,7 +392,8 @@ namespace Aurora::Memory { return this->GetLinearWriteable(length); } - else if (!this->flagCircular && ((this->length == 0 && this->flagExpandable) || this->flagAlwaysExpandable)) + else if ((this->length == 0 && this->flagExpandable) || + this->flagAlwaysExpandable) { if (!this->Resize(length)) {