Lehks / NostraUtils

A Utility Library for the Nostra Game Engine.
MIT License
6 stars 0 forks source link

Write Buffer even when nullptr #62

Closed Dark-Delu closed 6 years ago

Dark-Delu commented 6 years ago

In the FastQueue.hpp in line 461 we check if the newBuf == nullptr. If so we push an error and write anyway.

Furhermore a slight doc ajustment is needed, with the m_endIndex, that this points to the element AFTER the last one.