debugging / fixes

This commit is contained in:
Ryan Fleury
2025-09-30 14:18:11 -07:00
parent 4964a94cd3
commit 5b00aaadaf
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -1401,6 +1401,7 @@ di2_match_artifact_create(String8 key, B32 *cancel_signal, B32 *retry_out)
artifact.u64[3] = match.idx;
}
lane_sync();
scratch_end(scratch);
return artifact;
}