From c984afdf47ef31511024c6b70bd4b4c4e64f56a6 Mon Sep 17 00:00:00 2001 From: LaG1924 Date: Sat, 8 Jul 2023 23:30:25 +0500 Subject: Fixed some errors detected by static analysis --- src/Gal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Gal.hpp') 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; }; -- cgit v1.2.3