mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Fix a typo in streamio.h
This commit is contained in:
committed by
Baldur Karlsson
parent
d6c483a255
commit
2c63b24cbc
@@ -155,7 +155,7 @@ public:
|
||||
{
|
||||
// This preserves everything from min(m_BufferBase, m_BufferHead - 64) -> end of buffer
|
||||
// which will still be in place relative to m_BufferHead.
|
||||
// In other words - reservation will keep the aleady-read data that's after the head pointer,
|
||||
// In other words - reservation will keep the already-read data that's after the head pointer,
|
||||
// as well as up to 64 bytes *behind* the head if it exists.
|
||||
if(numBytes > Available())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user