Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
est77 committed Apr 9, 2018
1 parent da30277 commit 352b59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appleseedmaya/appleseedsession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ namespace
cameras.get_by_index(i)->get_parameters()
.insert("shutter_open_begin_time", shutterOpenTime)
.insert("shutter_open_end_time", shutterOpenTime)
.insert("shutter_close_begin_time", shutterCloseTime);
.insert("shutter_close_begin_time", shutterCloseTime)
.insert("shutter_close_end_time", shutterCloseTime);
}

Expand Down

0 comments on commit 352b59a

Please sign in to comment.