- 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:
@@ -100,7 +100,7 @@ using namespace Assimp;
|
||||
for (unsigned int i = 0; i < num;++i) \
|
||||
{ \
|
||||
AI_AC_SKIP_TO_NEXT_TOKEN(); \
|
||||
buffer = fast_atof_move(buffer,((float*)out)[i]); \
|
||||
buffer = fast_atoreal_move<float>(buffer,((float*)out)[i]); \
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user