|
@@ -146,7 +146,6 @@ void update(entt::registry ®istry) {
|
|
|
|
|
|
|
|
int main() {
|
|
int main() {
|
|
|
entt::registry registry;
|
|
entt::registry registry;
|
|
|
- entt::entity entities[10u];
|
|
|
|
|
|
|
|
|
|
for(auto i = 0u; i < 10u; ++i) {
|
|
for(auto i = 0u; i < 10u; ++i) {
|
|
|
const auto entity = registry.create();
|
|
const auto entity = registry.create();
|