Cell: Fix unintended breakage from commit 1d62a057bc

This commit is contained in:
Ian Romanick
2008-02-14 11:55:19 -08:00
parent 77a1488620
commit f1257fd794
+1 -1
View File
@@ -61,7 +61,7 @@ cell_texture_layout(struct cell_texture * spt)
spt->buffer_size = 0;
for ( level = pt->first_level ; level <= pt->last_level ; level++ ) {
for ( level = 0 ; level <= pt->last_level ; level++ ) {
pt->width[level] = width;
pt->height[level] = height;
pt->depth[level] = depth;