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:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user