- make fast_atof_move a template and rename it to fast_atoreal_move.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1125 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -137,7 +137,7 @@ void RAWImporter::InternReadFile( const std::string& pFile,
|
||||
for (num = 0; num < 12;++num)
|
||||
{
|
||||
if(!SkipSpaces(&sz) || !IsNumeric(*sz))break;
|
||||
sz = fast_atof_move(sz,data[num]);
|
||||
sz = fast_atoreal_move<float>(sz,data[num]);
|
||||
}
|
||||
if (num != 12 && num != 9)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user