VertexLoader: Remove unnecessary calls to VertexLoader_TextCoord::GetDummyFunction

This commit is contained in:
Pokechu22
2023-11-25 16:42:30 -08:00
parent 36796abc08
commit 4116344785
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@ public:
static TPipelineFunction GetFunction(VertexComponentFormat type, ComponentFormat format,
TexComponentCount elements);
// It is important to synchronize tcIndex.
// It is important to synchronize tcIndex, or else the wrong texture coordinate array will be used
static TPipelineFunction GetDummyFunction();
private: