Skip to content

Commit

Permalink
[svn] Whoops, that was 256 5-byte strings, not 5 256-byte strings!
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Mar 9, 2008
1 parent 391b7f2 commit f663e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d3d2glsl.c
Expand Up @@ -38,7 +38,7 @@ typedef struct D3D2GLSL_context
char *output;
uint32 output_len;
char *failstr;
char buffers[D3D2GLSL_SCRATCH_BUFFER_SIZE][D3D2GLSL_SCRATCH_BUFFERS];
char buffers[D3D2GLSL_SCRATCH_BUFFERS][D3D2GLSL_SCRATCH_BUFFER_SIZE];
int bufidx; // current scratch buffer.
} D3D2GLSL_context;

Expand Down

0 comments on commit f663e5c

Please sign in to comment.