mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix typo in collections.h. DONT_BUILD
git-svn-id: https://svn.eduke32.com/eduke32@6688 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7a9684e350
commit
b2470aa677
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ struct GrowArray
|
|||
void vacuum()
|
||||
{
|
||||
if (size_ < capacity_)
|
||||
reallocate(size);
|
||||
reallocate(size_);
|
||||
}
|
||||
|
||||
void clear()
|
||||
|
|
Loading…
Reference in a new issue