HeladoDeBrownie / Nexus

creative sandbox game in early development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

possible minor memory leak in RingBuffer

HeladoDeBrownie opened this issue · comments

investigate RingBuffer's implementation to see if it holds onto any values that are not considered elements. in particular, the last element deleted as a result of a push may be held onto by accident

resolved by ddf8be0