mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Default constructor
This commit is contained in:
parent
e637064a68
commit
f53f09339a
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue