Temporary(?) bugfix
This commit is contained in:
parent
428df3f1ab
commit
74ecae5dff
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ namespace EC
|
||||||
|
|
||||||
std::get<bool>(entities[currentSize]) = true;
|
std::get<bool>(entities[currentSize]) = true;
|
||||||
|
|
||||||
|
// TODO This shouldn't be necessary, but there is a bug
|
||||||
|
std::get<BitsetType>(entities[currentSize]).reset();
|
||||||
|
|
||||||
return currentSize++;
|
return currentSize++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue