aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/entity/example/entity_example.odin
diff options
context:
space:
mode:
Diffstat (limited to 'core/encoding/entity/example/entity_example.odin')
-rw-r--r--core/encoding/entity/example/entity_example.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/encoding/entity/example/entity_example.odin b/core/encoding/entity/example/entity_example.odin
index 882203f48..6fc377f9d 100644
--- a/core/encoding/entity/example/entity_example.odin
+++ b/core/encoding/entity/example/entity_example.odin
@@ -64,8 +64,8 @@ main :: proc() {
mem.tracking_allocator_init(&track, context.allocator)
context.allocator = mem.tracking_allocator(&track)
- _main()
- //_entities()
+ // _main()
+ _entities()
if len(track.allocation_map) > 0 {
println()