소스 검색

Update StringUtils.h

Hehongyuanlove 5 년 전
부모
커밋
cc3760aff1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/assimp/StringUtils.h

+ 1 - 1
include/assimp/StringUtils.h

@@ -154,7 +154,7 @@ std::string DecimalToHexa( T toConvert ) {
 ///	@param	with_head   # 
 ///	@param	with_head   # 
 ///	@return	The hexadecimal string, is empty in case of an error.
 ///	@return	The hexadecimal string, is empty in case of an error.
 AI_FORCE_INLINE
 AI_FORCE_INLINE
-std::string Rgba2Hex(int r, int g, int b, int a, bool with_head)
+std::string Rgba2Hex(floatr, float  g, float  b, float a, bool with_head)
 {
 {
 	std::stringstream ss;
 	std::stringstream ss;
 	if (with_head)
 	if (with_head)