diff options
Diffstat (limited to 'src/Gal.hpp')
-rw-r--r-- | src/Gal.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gal.hpp b/src/Gal.hpp index ed0b559..a12bdb7 100644 --- a/src/Gal.hpp +++ b/src/Gal.hpp @@ -96,7 +96,7 @@ namespace Gal { struct VertexAttribute { std::string name; - Type type; + Type type = Type::Float; size_t count = 1; size_t instances = 0; }; |