Indentation

Former-commit-id: 17c357f50ffec9787e6c50dd638c85388fb344ca
This commit is contained in:
Gawaboumga
2014-07-13 16:09:21 +02:00
parent e9554ad498
commit 4c63c53c44
2 changed files with 5 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ bool NzVertexDeclaration::IsTypeSupported(nzComponentType type)
case nzComponentType_Int2:
case nzComponentType_Int3:
case nzComponentType_Int4:
case nzComponentType_Quaternion:
case nzComponentType_Quaternion:
return true;
}