mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
d_a_himo3 (#873)
This commit is contained in:
@@ -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); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user