- 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:
@@ -1018,7 +1018,7 @@ bool SMDImporter::ParseFloat(const char* szCurrent,
|
||||
if(!SkipSpaces(&szCurrent))
|
||||
return false;
|
||||
|
||||
*szCurrentOut = fast_atof_move(szCurrent,out);
|
||||
*szCurrentOut = fast_atoreal_move<float>(szCurrent,out);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user