frame select layer

This commit is contained in:
2019-10-18 00:12:39 +02:00
parent 4e0520da80
commit 266573e9b4
3 changed files with 6 additions and 2 deletions

View File

@@ -56,8 +56,10 @@ RTT::RTT(RTT&& other)
RTT::~RTT()
{
#ifdef _DEBUG
if (valid())
LOG("RTT not destroyed");
#endif // _DEBUG
destroy();
}