mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 17:16:10 +00:00
Some cleanups
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
z /= n;
|
||||
}
|
||||
|
||||
Vector operator * (float b)
|
||||
Vector operator * (const float b) const
|
||||
{
|
||||
return Vector(x * b, y * b, z * b);
|
||||
}
|
||||
|
Reference in New Issue
Block a user