fixed a but in ReplaceExtName that replace extname at .

This commit is contained in:
2025-02-20 02:37:54 +08:00
parent 01dc69cdf0
commit b5ef4424d4
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
#ifndef HGL_ALGORITHM_MATH_FAST_TRIANGLE_FUNCTION_INCLUDE
#define HGL_ALGORITHM_MATH_FAST_TRIANGLE_FUNCTION_INCLUDE
#pragma once
#include<hgl/math/MathConst.h>
#include<math.h>
@@ -73,4 +72,3 @@ namespace hgl
return x*(1.12*x - 0.12);
}
}//namespace hgl
#endif//HGL_ALGORITHM_MATH_FAST_TRIANGLE_FUNCTION_INCLUDE