Skip to content

Commit

Permalink
Merge pull request #1 from a0121536/a0121536-patch-1
Browse files Browse the repository at this point in the history
Remove un-needed check for PFSystem
  • Loading branch information
a0121536 committed May 11, 2016
2 parents 0013a3c + 9967efe commit 0f37df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3DSMax/AlembicPoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ bool AlembicPoints::Save(double time, bool bLastFrame)
}
else
#endif
if (particlesExt && ipfSystem) {
if (particlesExt) {

TimeValue ageValue = particlesExt->GetParticleAgeByIndex(i);
if (ageValue == -1) {
Expand Down

0 comments on commit 0f37df6

Please sign in to comment.