SWVertexLoader: Make SWVertexLoader a final class

It doesn't make sense to allow extending this class based off the way
the VertexLoader API is set up.
This commit is contained in:
Lioncash 2017-09-09 15:28:08 -04:00
parent dd8b41326c
commit 46579fe41c

View File

@ -14,7 +14,7 @@
#include "VideoCommon/VertexManagerBase.h"
class SWVertexLoader : public VertexManagerBase
class SWVertexLoader final : public VertexManagerBase
{
public:
SWVertexLoader();