Removed automated event handling

This commit is contained in:
Zachary Levy
2026-06-01 12:51:17 -07:00
parent a69b1e8199
commit 6ec4d6e75a
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)
}
}