Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hant-hub committed Dec 28, 2024
1 parent 1a1239b commit afb291d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions library/testing/TestSDKEngineRecreation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ int TestSDKEngineRecreation(int argc, char* argv[])
delete eng;
for (int i = 0; i < 5; i++)
{
f3d::engine* eng2 = new f3d::engine(f3d::engine::create(false));
eng2->getInteractor().playInteraction(interactionFilePath);
f3d::engine* eng2 = new f3d::engine(f3d::engine::create(false));
eng2->getInteractor().playInteraction(interactionFilePath);
}
delete eng2;

return EXIT_SUCCESS;
}

0 comments on commit afb291d

Please sign in to comment.