use utf8 in Gradient.h

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-07-05 14:28:41 +08:00
parent 0f9fb581cb
commit 50e754aba2

View File

@ -1,4 +1,4 @@
#pragma once #pragma once
#include<hgl/type/DataType.h> #include<hgl/type/DataType.h>
#include<hgl/type/List.h> #include<hgl/type/List.h>
@ -13,7 +13,7 @@ namespace hgl
}; };
/** /**
* ½¥±äÀà *
*/ */
template<typename P,typename T> class Gradient template<typename P,typename T> class Gradient
{ {