r300-gallium: Fix typo in texture buffer size request.

This commit is contained in:
Corbin Simpson
2009-02-12 16:52:15 -08:00
parent e46dca58b2
commit 08e324fff3
+1 -1
View File
@@ -72,7 +72,7 @@ static struct pipe_texture*
r300_setup_miptree(tex);
tex->buffer = screen->buffer_create(screen, 63,
tex->buffer = screen->buffer_create(screen, 64,
PIPE_BUFFER_USAGE_PIXEL,
tex->size);