Skip to content

Commit

Permalink
library: remove unneeded check
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamcake committed Dec 1, 2024
1 parent e201417 commit 16c02a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/gl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ void _bolt_gl_onDrawElements(GLenum mode, GLsizei count, GLenum type, const void
_bolt_plugin_handle_minimapterrain(&render);
}
}
} else if (c->current_draw_framebuffer == 0 || is_minimap2d_target) {
} else {
struct GLPluginDrawElementsVertex2DUserData vertex_userdata;
vertex_userdata.c = c;
vertex_userdata.indices = indices;
Expand Down

0 comments on commit 16c02a5

Please sign in to comment.