fix clang

This commit is contained in:
Ryan Fleury
2024-05-13 13:10:49 -07:00
parent e59d71893b
commit 05f2cde2ee
8 changed files with 53 additions and 83 deletions
+2
View File
@@ -743,6 +743,8 @@ ctrl_entity_store_apply_events(CTRL_EntityStore *store, CTRL_EventList *list)
CTRL_Event *event = &n->v;
switch(event->kind)
{
default:{}break;
//- rjf: processes
case CTRL_EventKind_NewProc:
{