[ 2373610 ] Patch for Linux and SCons. Added patch provided by John Connors, closed the corresponding tracker item.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@262 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2008-12-07 20:00:58 +00:00
parent f601c3c5b9
commit 321334fd12
13 changed files with 26 additions and 73 deletions

View File

@@ -196,4 +196,4 @@ void ScenePreprocessor::ProcessAnimation (aiAnimation* anim)
DefaultLogger::get()->debug("Setting animation duration");
anim->mDuration = last - std::min( first, 0. );
}
}
}