mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 18:36:41 +00:00
Correct the comment
This commit is contained in:
parent
38b6927b31
commit
e0936b04c0
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ namespace MWGui
|
|||
std::string addition;
|
||||
const int64_t bufSize = sLogCircularBuffer.size();
|
||||
{
|
||||
// Keep log object to stay keep the lock.
|
||||
// Log object is only required for locking at this point.
|
||||
Log log(Debug::Debug);
|
||||
if (sLogStartIndex < sLogEndIndex)
|
||||
addition = std::string(sLogCircularBuffer.data() + sLogStartIndex, sLogEndIndex - sLogStartIndex);
|
||||
|
|
Loading…
Reference in a new issue