fix: remove commented-out assertions
They may not hold true at all times, and that's fine. Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
df0f9259c0
commit
f55fc51e9b
2 changed files with 0 additions and 4 deletions
|
@ -158,8 +158,6 @@ bool LocalTexturePackParseTask::abort()
|
|||
|
||||
void LocalTexturePackParseTask::executeTask()
|
||||
{
|
||||
// Q_ASSERT(m_texture_pack.valid());
|
||||
|
||||
if (!TexturePackUtils::process(m_texture_pack))
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue