Skip to content

Commit 6747a19

Browse files
author
Pavel Kovalenko
committed
Fix broken initialization in VertexCache default constructor.
1 parent fea2c63 commit 6747a19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Layers/xrRender/VertexCache.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#include "stdafx.h"
22
#include "VertexCache.h"
33

4-
VertexCache::VertexCache()
4+
VertexCache::VertexCache() : VertexCache(16)
55
{
6-
VertexCache(16);
76
}
87

98

0 commit comments

Comments
 (0)