Fix debug comp
This commit is contained in:
parent
b6fbc92db3
commit
13f06d3c9b
@ -63,7 +63,7 @@ namespace Components
|
|||||||
|
|
||||||
if (fieldsToUpdate.contains(field->name))
|
if (fieldsToUpdate.contains(field->name))
|
||||||
{
|
{
|
||||||
assert(field->bits == oldBitLength);
|
assert(static_cast<size_t>(field->bits) == oldBitLength);
|
||||||
|
|
||||||
Utils::Hook::Set(&field->bits, newBitLength);
|
Utils::Hook::Set(&field->bits, newBitLength);
|
||||||
currentBitOffset++;
|
currentBitOffset++;
|
||||||
|
Loading…
Reference in New Issue
Block a user