diff options
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/VideoCommon/Src/NativeVertexFormat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/NativeVertexFormat.h b/Source/Core/VideoCommon/Src/NativeVertexFormat.h index 7492dcaee0..8bd522e482 100644 --- a/Source/Core/VideoCommon/Src/NativeVertexFormat.h +++ b/Source/Core/VideoCommon/Src/NativeVertexFormat.h @@ -94,7 +94,7 @@ public: virtual ~NativeVertexFormat() {} virtual void Initialize(const PortableVertexDeclaration &vtx_decl) = 0; - virtual void SetupVertexPointers() const = 0; + virtual void SetupVertexPointers() = 0; virtual void EnableComponents(u32 components) {} int GetVertexStride() const { return vertex_stride; } |
