made a new hashtable container: HMapChained

Will be used isntead of the zpl in some places
This commit is contained in:
2024-05-14 11:47:44 -04:00
parent 12c99bee26
commit 26771ff2fd
23 changed files with 512 additions and 259 deletions

View File

@ -193,7 +193,7 @@ test_whitespace_ast :: proc( default_layout : ^UI_Layout, frame_style_default :
label_id := 0
line_id := 0
for line in array_to_slice_num( debug.lorem_parse.lines )
for line in array_to_slice( debug.lorem_parse.lines )
{
if line_id == 0 {
line_id += 1