aboutsummaryrefslogtreecommitdiff
path: root/src/entity_list.odin
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-01-13 18:48:25 -0500
committeriamcheeseman <[hidden email]>2026-01-13 18:48:25 -0500
commite5319f53de9f5f8ba4cb67e1302ebc3d7036135c (patch)
treec01e68da91af7b46b573a9c4849a4ec270c26e01 /src/entity_list.odin
parentafb58a61abd0e8114a090ab0ad664d59c10dd4b1 (diff)
force raylib logging to look my other logging frfr
Diffstat (limited to 'src/entity_list.odin')
-rw-r--r--src/entity_list.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity_list.odin b/src/entity_list.odin
index 633a553..ce69be8 100644
--- a/src/entity_list.odin
+++ b/src/entity_list.odin
@@ -61,7 +61,7 @@ active_entity_count :: proc(list: Entity_List($T)) -> int {
Entity_List_Iter :: struct($T: typeid) {
list: Entity_List(T),
- idx: int,
+ idx: int,
}
iter_entity_list :: proc(list: Entity_List($T)) -> Entity_List_Iter(T) {