fix instance IDs and resource pack imports

Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
This commit is contained in:
Ryan Cao 2022-11-19 23:59:30 +08:00
parent a33b804923
commit 1f6b8f9d2b
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -152,7 +152,7 @@ bool LocalResourcePackParseTask::abort()
void LocalResourcePackParseTask::executeTask()
{
Q_ASSERT(m_resource_pack.valid());
// Q_ASSERT(m_resource_pack.valid());
if (!ResourcePackUtils::process(m_resource_pack))
return;