irx, nullptr, threading patch
This commit is contained in:
@@ -49,6 +49,8 @@ class Color {
|
||||
explicit Color(const float* v) { copy(this, v); }
|
||||
|
||||
void operator=(const Color& v);
|
||||
void operator+=(const float& v);
|
||||
void operator-=(const float& v);
|
||||
void operator*=(const float& v);
|
||||
void operator/=(const float& v);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user