mirror of
https://github.com/RGBCube/DOOM-fire-zig
synced 2025-07-28 01:27:44 +00:00
Update main.zig
This commit is contained in:
parent
743f4bc76f
commit
8949ceb94a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const stdin = std.io.getStdIn().reader();
|
|||
///////////////////////////////////
|
||||
// zig hints
|
||||
///////////////////////////////////
|
||||
// do or do not - there is no try: catch unreadable instead of try on memory / file io
|
||||
// do or do not - there is no try: catch unreachable instead of try on memory / file io
|
||||
// - put all try to initXXX()
|
||||
// for (i=0; i<MAX; i++) { ... } => var i=0; while (i<MAX) { defer i+=1; ... }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue