d_a_himo3 (#873)

This commit is contained in:
Maide
2025-08-29 20:54:28 +01:00
committed by GitHub
parent f1dc07558c
commit e0da16f8c7
6 changed files with 808 additions and 52 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ struct TVec3<s16> : public SVec {
template <>
struct TVec3<f32> : public Vec {
TVec3() {}
template<typename f32>
TVec3(const f32 x, const f32 y, const f32 z) { set(x, y, z); }