Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Fixed default color in image.c to match graphics.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed Jun 13, 2014
1 parent 5e43a0b commit cdd2d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

int image_blendMode = IMAGE_NORMAL;
int image_flip = 0;
unsigned int image_color = 0xFFFFFFFF;
unsigned int image_color = 0x0f0f0f0f;


void image_setBlendMode(int mode) {
Expand Down

0 comments on commit cdd2d67

Please sign in to comment.