mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +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()
|
void vacuum()
|
||||||
{
|
{
|
||||||
if (size_ < capacity_)
|
if (size_ < capacity_)
|
||||||
reallocate(size);
|
reallocate(size_);
|
||||||
}
|
}
|
||||||
|
|
||||||
void clear()
|
void clear()
|
||||||
|
|
Loading…
Reference in a new issue