My pull request got merged :3

This commit is contained in:
momo5502 2016-02-11 16:57:28 +01:00
parent b47c75dbf7
commit 9eb70a2999
7 changed files with 6 additions and 9 deletions

2
deps/Wink-Signals vendored

@ -1 +1 @@
Subproject commit 7fde542d24a7fa0cdac23fbd093f9bd60b9c2c52
Subproject commit a42886b61d4469d6d1b2932374bbfdab065ebe06

View File

@ -1,3 +1,2 @@
@echo off
call tools\protogen.bat
premake5 %* vs2015

View File

@ -275,7 +275,7 @@ namespace Components
}
AssetHandler::AssetInterfaces.clear();
//AssetHandler::RestrictSignal.clear();
AssetHandler::RestrictSignal.clear();
AssetHandler::TypeCallbacks.clear();
}
}

View File

@ -245,6 +245,6 @@ namespace Components
Dedicated::~Dedicated()
{
//Dedicated::FrameSignal.clear();
Dedicated::FrameSignal.clear();
}
}

View File

@ -202,6 +202,6 @@ namespace Components
Dvar::~Dvar()
{
//Dvar::RegistrationSignal.clear();
Dvar::RegistrationSignal.clear();
}
}

View File

@ -203,6 +203,6 @@ namespace Components
QuickPatch::~QuickPatch()
{
//QuickPatch::ShutdownSignal.clear();
QuickPatch::ShutdownSignal.clear();
}
}

View File

@ -43,8 +43,6 @@ namespace Components
Renderer::~Renderer()
{
Renderer::DrawFrameHook.Uninstall();
// As I don't want to include my fork as submodule, we have to wait till my pull request gets accepted in order to do this.
//Renderer::FrameSignal.clear();
Renderer::FrameSignal.clear();
}
}