Delete a broken method

implementation commented out, lol?
This commit is contained in:
sfan5
2024-02-19 21:08:29 +01:00
parent 2bb2d3fe01
commit 4e9d0db4be
3 changed files with 0 additions and 39 deletions

View File

@ -330,9 +330,6 @@ struct SSkinMeshBuffer : public IMeshBuffer
//! append the vertices and indices to the current buffer
void append(const void* const vertices, u32 numVertices, const u16* const indices, u32 numIndices) override {}
//! append the meshbuffer to the current buffer
void append(const IMeshBuffer* const other) override {}
//! get the current hardware mapping hint for vertex buffers
E_HARDWARE_MAPPING getHardwareMappingHint_Vertex() const override
{