assimp/assimp/issues/698: Increase upper limits for hints.
This commit is contained in:
@@ -114,6 +114,9 @@ namespace Assimp {
|
||||
* threads for loading, each thread should maintain its own Importer instance.
|
||||
*/
|
||||
class ASSIMP_API Importer {
|
||||
public:
|
||||
/// @brief The upper limit for hints.
|
||||
static const unsigned int MaxLenHint = 200;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user