Small Fix (#26)

Co-authored-by: maybegreat48 <email@hostname>
This commit is contained in:
maybegreat48 2024-07-15 15:59:35 +00:00 committed by GitHub
parent 3887e8cce5
commit 9ef64d8529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,6 +100,7 @@ namespace rage
class fvector3 : public vector3<float>
{
public:
using vector3::vector3;
fvector3 operator+(const fvector3& other) const