use utf8 in Gradient.h
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include<hgl/type/DataType.h>
|
||||
#include<hgl/type/List.h>
|
||||
@@ -13,7 +13,7 @@ namespace hgl
|
||||
};
|
||||
|
||||
/**
|
||||
* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
* 渐变类
|
||||
*/
|
||||
template<typename P,typename T> 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
|
||||
}//namespace hgl
|
||||
|
Reference in New Issue
Block a user