From 0af8bc4829f36a63fb47deec38af757fea542d36 Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 13 Jul 2014 17:09:39 +0200 Subject: [PATCH] Fixed build error Former-commit-id: ace4f8efc3416aef185a3b95bac405ba8bb5a993 --- src/Nazara/Utility/VertexDeclaration.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Nazara/Utility/VertexDeclaration.cpp b/src/Nazara/Utility/VertexDeclaration.cpp index bf81d3f0b..de4860d82 100644 --- a/src/Nazara/Utility/VertexDeclaration.cpp +++ b/src/Nazara/Utility/VertexDeclaration.cpp @@ -167,7 +167,6 @@ bool NzVertexDeclaration::IsTypeSupported(nzComponentType type) case nzComponentType_Int2: case nzComponentType_Int3: case nzComponentType_Int4: - case nzComponentType_Quaternion: return true; case nzComponentType_Quaternion: