mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
Disable failing assertion
This commit is contained in:
parent
9390825ee7
commit
ea48976fba
@ -202,7 +202,7 @@ void CIdentifierStorage::tryRequestIdentifier(const std::string & type, const Js
|
||||
|
||||
std::optional<si32> CIdentifierStorage::getIdentifier(const std::string & scope, const std::string & type, const std::string & name, bool silent) const
|
||||
{
|
||||
assert(state != ELoadingState::LOADING);
|
||||
//assert(state != ELoadingState::LOADING);
|
||||
|
||||
auto options = ObjectCallback::fromNameAndType(scope, type, name, std::function<void(si32)>(), silent);
|
||||
return getIdentifierImpl(options, silent);
|
||||
|
Loading…
x
Reference in New Issue
Block a user