lots of improvements and changes. trying to fix grid being bad.
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
x = y = z = w = scalar;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Vec4& operator+=(const Vec4& other) {
|
||||
x += other.x;
|
||||
y += other.y;
|
||||
|
||||
Reference in New Issue
Block a user