Skip to content

Commit

Permalink
Merge branch pull request 172 into develop: fix copy and paste bug in…
Browse files Browse the repository at this point in the history
… ImfDeepTiledInputPart.cpp
  • Loading branch information
ehanway-ilm committed Jul 25, 2016
2 parents bc234de + 501b654 commit ef7b78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEXR/IlmImf/ImfDeepTiledInputPart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ DeepTiledInputPart::isComplete () const
unsigned int
DeepTiledInputPart::tileXSize () const
{
return file->isComplete();
return file->tileXSize();
}


Expand Down

0 comments on commit ef7b78d

Please sign in to comment.