Fixed iteration finish code

This commit is contained in:
2024-12-17 14:50:37 +03:00
parent 6f2ab0105d
commit 2f8031fa8e
4 changed files with 21 additions and 22 deletions

View File

@@ -4,6 +4,7 @@
#include "base_data.h"
struct growth_module {
int grow_count;
void grow_cell(flecs::entity seed_e, int id);
void commit_growth_queue(flecs::world &&world);
void mark_cells(flecs::world &&ecs_);