diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/vertex_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vertex_loader.h b/src/video_core/vertex_loader.h index 3b511945a..4ed8cd3fd 100644 --- a/src/video_core/vertex_loader.h +++ b/src/video_core/vertex_loader.h | |||
| @@ -28,7 +28,7 @@ private: | |||
| 28 | std::array<Regs::VertexAttributeFormat, 16> vertex_attribute_formats; | 28 | std::array<Regs::VertexAttributeFormat, 16> vertex_attribute_formats; |
| 29 | std::array<u32, 16> vertex_attribute_elements{}; | 29 | std::array<u32, 16> vertex_attribute_elements{}; |
| 30 | std::array<bool, 16> vertex_attribute_is_default; | 30 | std::array<bool, 16> vertex_attribute_is_default; |
| 31 | int num_total_attributes; | 31 | int num_total_attributes = 0; |
| 32 | }; | 32 | }; |
| 33 | 33 | ||
| 34 | } // namespace Pica | 34 | } // namespace Pica |