Skip to content

Commit

Permalink
Windows issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tanis2000 committed May 2, 2024
1 parent 6bfe683 commit f41b839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binocle/core/binocle_sprite.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ typedef struct binocle_sprite {
* An item of the sprite batch
*/
typedef struct binocle_sprite_batch_item {
struct binocle_material *material;;
struct binocle_material *material;
binocle_vpct vertex_tl;
binocle_vpct vertex_tr;
binocle_vpct vertex_bl;
Expand Down

0 comments on commit f41b839

Please sign in to comment.