Minor fixes
This commit is contained in:
@@ -156,7 +156,7 @@ Object::~Object()
|
||||
{
|
||||
#if BUILD_DEBUG
|
||||
// Prevent removing object that is still reverenced by the removal service
|
||||
ASSERT(!ObjectsRemovalService::IsInPool(this));
|
||||
//ASSERT(!ObjectsRemovalService::IsInPool(this));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ namespace FlaxEngine.GUI
|
||||
{
|
||||
base.OnSizeChanged();
|
||||
|
||||
// Refresh textblocks since thos emight depend on control size (eg. align right)
|
||||
// Refresh textblocks since those might depend on control size (eg. align right)
|
||||
UpdateTextBlocks();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user