Fixed iteration finish code
This commit is contained in:
@@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user