set data to 0
This commit is contained in:
@@ -73,7 +73,7 @@ namespace OpenVulkano::Math
|
||||
throw std::range_error("Value to big for DenseVector");
|
||||
}
|
||||
|
||||
T data;
|
||||
T data = 0;
|
||||
|
||||
public:
|
||||
DenseVector3i() = default;
|
||||
|
||||
Reference in New Issue
Block a user