Skip to content

Commit

Permalink
Doubled Buffer Size for better skin handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Namo committed Nov 5, 2013
1 parent dae660e commit fdc6cd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion skin/skin_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
#include "skin_config.h"
#include "skin_image.h"

const int BUFFER_SIZE = 512;
const int BUFFER_SIZE = 1024;

/* Buffer Size is Doubled from Default. Default = 512 */

typedef struct SkinParser {
SkinScreen* skin;
Expand Down

0 comments on commit fdc6cd7

Please sign in to comment.