Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed spacing
  • Loading branch information
DallinTG committed Jan 17, 2026
commit 9213d6544a19e538ef51ae165ebae1bb64e3ce16
2 changes: 1 addition & 1 deletion karl2d.odin
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ draw_texture_ex :: proc(tex: Texture, src: Rect, dst: Rect, origin: Vec2, rotati
if s.vertex_buffer_cpu_used + s.batch_shader.vertex_size * 6 > len(s.vertex_buffer_cpu) {
draw_current_batch()
}

if s.batch_texture != tex.handle {
draw_current_batch()
}
Expand Down