Default constructor

This commit is contained in:
Learath 2019-04-25 19:59:04 +03:00
parent e637064a68
commit f53f09339a

View file

@ -193,6 +193,9 @@ public:
float a; float a;
using vector3_base::vector3_base; using vector3_base::vector3_base;
color4_base()
{}
color4_base(const vec4 &v4) color4_base(const vec4 &v4)
{ {
x = v4.x; x = v4.x;