mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-05 13:04:54 +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
|
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);
|
auto options = ObjectCallback::fromNameAndType(scope, type, name, std::function<void(si32)>(), silent);
|
||||||
return getIdentifierImpl(options, silent);
|
return getIdentifierImpl(options, silent);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user