Fully replace listener system by signals
Former-commit-id: 032dfddd12cc3a792c71426148c758ffac3621f9
This commit is contained in:
@@ -176,8 +176,6 @@ bool NzContext::Create(const NzContextParameters& parameters)
|
||||
|
||||
onExit.Reset();
|
||||
|
||||
NotifyCreated();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -185,7 +183,7 @@ void NzContext::Destroy()
|
||||
{
|
||||
if (m_impl)
|
||||
{
|
||||
NotifyDestroy();
|
||||
OnContextDestroy(this);
|
||||
|
||||
NzOpenGL::OnContextDestruction(this);
|
||||
SetActive(false);
|
||||
|
||||
Reference in New Issue
Block a user