Rename Shutdown to RemoveHooks in in-application API. Version is 1.4.1

* This is a binary and source backwards compatible change.
This commit is contained in:
baldurk
2020-01-30 13:02:23 +00:00
parent 0f827d5784
commit e1fe211f3c
9 changed files with 78 additions and 38 deletions
+1 -1
View File
@@ -502,7 +502,7 @@ RenderDoc::~RenderDoc()
StringFormat::Shutdown();
}
void RenderDoc::Shutdown()
void RenderDoc::RemoveHooks()
{
if(m_ExHandler)
{