Temporary(?) bugfix

This commit is contained in:
Stephen Seo 2016-08-28 16:11:23 +09:00
parent 428df3f1ab
commit 74ecae5dff

View file

@ -80,6 +80,9 @@ namespace EC
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++;
}