Fix an nv04 bug (thanks Mhopf).
This commit is contained in:
@@ -37,7 +37,7 @@ struct nv04_miptree {
|
||||
|
||||
struct {
|
||||
uint pitch;
|
||||
uint image_offset;
|
||||
uint *image_offset;
|
||||
} level[PIPE_MAX_TEXTURE_LEVELS];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user