Branimir Karadžić 8 years ago
parent
commit
a6617f7fdf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/texturev/texturev.cpp

+ 1 - 0
tools/texturev/texturev.cpp

@@ -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();