set data to 0

This commit is contained in:
ohyzha
2024-11-26 09:34:25 +02:00
parent 0fd8d7ab5f
commit 2033e66866

View File

@@ -73,7 +73,7 @@ namespace OpenVulkano::Math
throw std::range_error("Value to big for DenseVector");
}
T data;
T data = 0;
public:
DenseVector3i() = default;