diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-27 13:49:55 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-27 13:49:55 +0100 |
| commit | 86cf9383ea5a15cbc3b41f4e3b5a3ee160a04f64 (patch) | |
| tree | f5585ebc10b8f9ed26f2b4682189b4f364b06149 /examples | |
| parent | 307977d4cf6a2b0bd2004bd9facbab00d1e5cb57 (diff) | |
Fix delayed assert collection
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo/demo.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index abd788120..8e3842e23 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -1,7 +1,5 @@ package main -#assert(_BUFFER_SIZE > 0); - import "core:fmt" import "core:strconv" import "core:mem" |