- Change AI_FAST_ATOF_RELAVANT_DECIMALS to 10.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@880 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
478d974344
commit
74d9339274
|
@ -216,7 +216,7 @@ inline uint64_t strtol10_64( const char* in, const char** out=0, unsigned int* m
|
|||
}
|
||||
|
||||
// Number of relevant decimals for floating-point parsing.
|
||||
#define AI_FAST_ATOF_RELAVANT_DECIMALS 6
|
||||
#define AI_FAST_ATOF_RELAVANT_DECIMALS 10
|
||||
|
||||
// ------------------------------------------------------------------------------------
|
||||
//! Provides a fast function for converting a string into a float,
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SVNRevision 863
|
||||
#define SVNRevision 877
|
||||
|
|
Loading…
Reference in New Issue