mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Explicit ctor from float to Vec3.
This commit is contained in:
@@ -57,7 +57,7 @@ namespace bx
|
||||
Vec3();
|
||||
|
||||
///
|
||||
constexpr Vec3(float _v);
|
||||
explicit constexpr Vec3(float _v);
|
||||
|
||||
///
|
||||
constexpr Vec3(float _x, float _y, float _z);
|
||||
|
||||
Reference in New Issue
Block a user