RegrowthStudios / Vorb

Regrowth Studios Vorb Engine
MIT License
60 stars 29 forks source link

Fixed ECS bug, slightly improved performance and readability. #93

Closed Barnold1953 closed 8 years ago

Barnold1953 commented 8 years ago

Some very small performance improvements, 30% ish gain on debug mode, not much on release mode. Less lines though, so seems a good change.

Also fixed a bug in BitTable.hpp::AddRow.

addRow and addColumn are now plural so you can add multiple rows and columns at once if you choose. Its silly to have to use a for loop externally to resize your bit table.

brianbruggeman commented 8 years ago

Outside of Cristian's concern (which appears valid), I think the changes look good.