2
0
Эх сурвалжийг харах

Update raymath.h

Removed a useless semicolon.
flashjaysan 6 жил өмнө
parent
commit
310d1d1589
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/raymath.h

+ 1 - 1
src/raymath.h

@@ -447,7 +447,7 @@ RMDEF Vector3 Vector3Transform(Vector3 v, Matrix mat)
     result.z = mat.m2*x + mat.m6*y + mat.m10*z + mat.m14;
 
     return result;
-};
+}
 
 // Transform a vector by quaternion rotation
 RMDEF Vector3 Vector3RotateByQuaternion(Vector3 v, Quaternion q)