fixed two values of function name error.
This commit is contained in:
parent
162a6ce2f2
commit
e1cac2e790
@ -439,7 +439,7 @@ namespace hgl
|
|||||||
/**
|
/**
|
||||||
* 求对齐数量
|
* 求对齐数量
|
||||||
*/
|
*/
|
||||||
template<typename T> inline T divide_rounding_up(T a, T b)
|
template<typename T> inline T divide_rounding_up(T x, T y)
|
||||||
{
|
{
|
||||||
return (x + y - (T)1) / y;
|
return (x + y - (T)1) / y;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user