Build fix for Debug configurations.

This commit is contained in:
Tony Wasserka 2015-08-16 15:12:43 +02:00
parent f5144e6c10
commit 96820ae42a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ struct OutputVertex {
// VS output attributes
Math::Vec4<float24> pos;
Math::Vec4<float24> dummy; // quaternions (not implemented, yet)
Math::Vec4<float24> quat;
Math::Vec4<float24> color;
Math::Vec2<float24> tc0;
Math::Vec2<float24> tc1;