Fix VS debug build

This commit is contained in:
H0zen 2018-04-11 08:50:22 +01:00 committed by Antz
parent 850ab3057f
commit bad84c407e

View file

@ -141,7 +141,7 @@ class TypeUnorderedMapContainer
}
else
{
assert(i->second == obj && "Object with certain key already in but objects are different!");
assert(_element[handle] == object && "Object with certain key already in but objects are different!");
return false;
}
}