Fix an nv04 bug (thanks Mhopf).

This commit is contained in:
Stephane Marchesin
2009-05-05 11:29:58 +02:00
parent f95c0c06c0
commit 39ebeead56
+1 -1
View File
@@ -37,7 +37,7 @@ struct nv04_miptree {
struct {
uint pitch;
uint image_offset;
uint *image_offset;
} level[PIPE_MAX_TEXTURE_LEVELS];
};