Fix copy-paste error

pull/3/head
Hleb Valoshka 2019-04-04 17:35:53 +03:00
parent 2c154346f3
commit b8850a0d03
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ bool operator<(const Mesh::VertexDescription& a,
if (a.nAttributes < b.nAttributes)
return true;
if (b.nAttributes < b.nAttributes)
if (b.nAttributes < a.nAttributes)
return false;
for (uint32_t i = 0; i < a.nAttributes; i++)