Parcourir la source

Build fix for Debug configurations.

Tony Wasserka il y a 11 ans
Parent
commit
96820ae42a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/video_core/shader/shader.h

+ 1 - 1
src/video_core/shader/shader.h

@@ -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;