fix build fail with O3
This commit is contained in:
@@ -177,8 +177,8 @@ namespace J3ML::Math
|
||||
|
||||
#pragma region Math Functions
|
||||
|
||||
inline float Radians(float degrees);
|
||||
inline float Degrees(float radians);
|
||||
float Radians(float degrees);
|
||||
float Degrees(float radians);
|
||||
|
||||
|
||||
struct NumberRange
|
||||
|
@@ -1,5 +1,6 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <J3ML/LinearAlgebra/Matrix3x3.h>
|
||||
#include <J3ML/LinearAlgebra/Matrix4x4.h>
|
||||
|
||||
using namespace J3ML::LinearAlgebra;
|
||||
|
||||
|
Reference in New Issue
Block a user