fixed example code

This commit is contained in:
Michele Caini
2017-09-13 22:05:05 +02:00
parent 5884b1cec5
commit 21380aacb8

View File

@@ -54,6 +54,8 @@ int main() {
auto &velocity = ecs.get<Velocity>(entity);
// ...
}
ecs.reset();
}
```