Removed automated event handling (#30)

Co-authored-by: Zachary Levy <zachary@sunforge.is>
Reviewed-on: #30
This commit was merged in pull request #30.
This commit is contained in:
2026-06-01 19:58:04 +00:00
parent a69b1e8199
commit 6ac41b22f8
3 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ clay_borders :: proc() {
bounds = base_layer.bounds,
cmds = clay.EndLayout(0),
}
draw.prepare_clay_batch(base_layer, &clay_batch, {0, 0})
draw.prepare_clay_batch(base_layer, &clay_batch)
draw.end(gpu, window)
}
}