- BUGFIX : Fix compiler warning ( not referenced parameter ).
- BUGFIX : Fix compiler warning ( constant condition ). git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@491 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -315,8 +315,8 @@ void AnimResolver::DoInterpolation2(std::vector<LWO::Key>::const_iterator beg,
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
// Subsample animation track by given key values
|
||||
void AnimResolver::SubsampleAnimTrack(std::vector<aiVectorKey>& out,
|
||||
double time,double sample_delta)
|
||||
void AnimResolver::SubsampleAnimTrack(std::vector<aiVectorKey>& /*out*/,
|
||||
double /*time*/ ,double /*sample_delta*/ )
|
||||
{
|
||||
ai_assert(out.empty() && sample_delta);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user