Explicit ctor from float to Vec3.

This commit is contained in:
Бранимир Караџић
2019-03-03 15:16:44 -08:00
parent c2b624a8ec
commit 32ac9ad461

View File

@@ -57,7 +57,7 @@ namespace bx
Vec3();
///
constexpr Vec3(float _v);
explicit constexpr Vec3(float _v);
///
constexpr Vec3(float _x, float _y, float _z);