diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-12-05 21:06:33 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-12-05 21:06:33 +0100 |
| commit | 7ec88d24302dcdea38ac09996a2279f4de4f6a25 (patch) | |
| tree | 069095bfba25750aefde7d0c147fe05d637f3fab /core/encoding/entity/example | |
| parent | d7200f61441b6acfc4f0b47e900095f08490da58 (diff) | |
[xml] Add option.
Diffstat (limited to 'core/encoding/entity/example')
| -rw-r--r-- | core/encoding/entity/example/entity_example.odin | 4 |
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() |