VertexLoaderTester: fix a few problems

This commit is contained in:
Tillmann Karras
2015-01-11 16:20:44 +01:00
parent 2cedc0034d
commit b0df4b08ec
2 changed files with 36 additions and 13 deletions

View File

@ -72,7 +72,7 @@ class VertexLoaderBase
{
public:
static VertexLoaderBase* CreateVertexLoader(const TVtxDesc &vtx_desc, const VAT &vtx_attr);
virtual ~VertexLoaderBase() {};
virtual ~VertexLoaderBase() {}
virtual int RunVertices(int primitive, int count, DataReader src, DataReader dst) = 0;