Skip to content

Commit 5ddf821

Browse files
committed
Fix namespace ;
1 parent 6366638 commit 5ddf821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/math/angles.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ static constexpr float4 degrees(float4 radians) noexcept { return radians * (180
7575
*/
7676
static f32x4 degrees(f32x4 radians) noexcept { return radians * 180.0f / (float)M_PI; }
7777

78-
}; // namespace math
78+
} // namespace math

0 commit comments

Comments
 (0)