diff --git a/server/TracyVector.hpp b/server/TracyVector.hpp index 30a3e99a..7a8745be 100644 --- a/server/TracyVector.hpp +++ b/server/TracyVector.hpp @@ -126,6 +126,11 @@ public: Realloc(); } + void clear() + { + m_size = 0; + } + private: void AllocMore() {