Skip to content

Commit

Permalink
Minor code tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dictoon committed Apr 22, 2018
1 parent 2dadb7e commit c8ecd38
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ namespace
{
}

virtual int proc(ReferenceMaker* rm) override
int proc(ReferenceMaker* rm) override
{
rm->RenderBegin(m_time);
return REF_ENUM_CONTINUE;
Expand All @@ -349,7 +349,7 @@ namespace
{
}

virtual int proc(ReferenceMaker* rm) override
int proc(ReferenceMaker* rm) override
{
rm->RenderEnd(m_time);
return REF_ENUM_CONTINUE;
Expand Down Expand Up @@ -418,6 +418,7 @@ namespace
renderer->render();

return renderer_controller.get_status();

// Make sure the master renderer is deleted before the project.
}
}
Expand Down

0 comments on commit c8ecd38

Please sign in to comment.