Skip to content

Commit

Permalink
removed extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jan 2, 2024
1 parent 5b1d312 commit 9d4b5b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RSGL.h
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ bool RSGL_cstr_equal(const char* str, const char* str2) {


void RSGL_BASIC_DRAW(u32 RGL_TYPE, RSGL_point3DF* points, RSGL_point3DF* texPoints, RSGL_rectF rect, RSGL_color c, size_t len) {
printf("%i\n", RSGL_args.texture);
rglSetTexture(RSGL_args.texture);

i32 i;
Expand Down

0 comments on commit 9d4b5b2

Please sign in to comment.