Skip to content

Commit

Permalink
fixed stray paste.
Browse files Browse the repository at this point in the history
  • Loading branch information
phire committed Nov 18, 2010
1 parent ebc789d commit 35df25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/rsxTest/source/texture.c
Expand Up @@ -106,7 +106,7 @@ void parseRGBA(uint32_t *dest, uint32_t width, uint32_t height,
free(rowData);
}

// Load a png from ram14:11
// Load a png from ram
// I can't be bothered handling errors correctly, lets just abort
Image loadPng(const uint8_t *png) {
// Make sure we have a valid png here.
Expand Down

0 comments on commit 35df25f

Please sign in to comment.