forked from speed-dreams/speed-dreams-code
trackgen: close output file
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8494 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 929bbf264cdcb3754953be5ce3c5e6d633f8770d Former-commit-id: f46f94dae3f0a25e410b62ef5621fd45e295f395
This commit is contained in:
parent
2cb38d2077
commit
931e0d2632
1 changed files with 1 additions and 0 deletions
|
@ -400,6 +400,7 @@ int Application::generate()
|
|||
|
||||
GenerateObjects(Track, TrackHandle, CfgHandle, outfd, OutMeshName, OutputFileName);
|
||||
|
||||
Ac3dClose(outfd);
|
||||
GfParmReleaseHandle(TrackHandle);
|
||||
GfParmReleaseHandle(CfgHandle);
|
||||
|
||||
|
|
Loading…
Reference in a new issue