fix macro

This commit is contained in:
Sébastien Loriot 2023-09-21 16:12:35 +02:00
parent fffea5c616
commit d65cd2d298
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ private :
return Vector(res[3], res[2], res[1]);
}
#end
#endif
static Vector SL_cross_product(const Vector& a, const Vector& b)
{