diff --git a/inc/hgl/type/Gradient.h b/inc/hgl/type/Gradient.h index 00cf6f2..eb25982 100644 --- a/inc/hgl/type/Gradient.h +++ b/inc/hgl/type/Gradient.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include #include @@ -13,7 +13,7 @@ namespace hgl }; /** - * + * 渐变类 */ template class Gradient { @@ -141,4 +141,4 @@ namespace hgl } \ \ template<> void name::Get(T &result,const T &start,const T &end,const float &pos) -}//namespace hgl \ No newline at end of file +}//namespace hgl