diff options
| author | gingerBill <bill@gingerbill.org> | 2019-12-15 11:19:13 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-12-15 11:20:06 +0000 |
| commit | 89ccb5b99f39cdb673435e37cea1f3db8a7224a6 (patch) | |
| tree | 46fad3c673012cc42cd5bcffde2bff64a34df79d /examples | |
| parent | 7f5021c8e95e2861388c89d9d467d773339d5f4a (diff) | |
Add assert into scratch_allocator_proc to prevent initialization cycles #504
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo/demo.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index 1fce88ce9..af9e606cb 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -1836,4 +1836,3 @@ main :: proc() { soa_struct_layout(); } } - |