mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 21:55:46 +00:00
vertex_loader: initialize_num_total_attributes.
Keeps the public API sane.
This commit is contained in:
parent
a20ffc0df1
commit
9f536396ad
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ private:
|
|||
std::array<Regs::VertexAttributeFormat, 16> vertex_attribute_formats;
|
||||
std::array<u32, 16> vertex_attribute_elements{};
|
||||
std::array<bool, 16> vertex_attribute_is_default;
|
||||
int num_total_attributes;
|
||||
int num_total_attributes = 0;
|
||||
};
|
||||
|
||||
} // namespace Pica
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue