This commit is contained in:
Branimir Karadžić 2018-01-08 19:05:21 -08:00
parent e77b993a25
commit a6617f7fdf

View File

@ -1916,6 +1916,7 @@ int _main_(int _argc, char** _argv)
bgfx::destroy(textureCubeProgram);
bgfx::destroy(textureCube2Program);
bgfx::destroy(textureSdfProgram);
bgfx::destroy(textureMsdfProgram);
bgfx::destroy(texture3DProgram);
imguiDestroy();