oops, left in a testing assertion

This commit is contained in:
scrawl 2012-09-20 14:04:29 +02:00
parent 86cfc91ef3
commit 5f014f7411

View file

@ -126,7 +126,6 @@ namespace MWRender
data[texelY * height * 3 + texelX * 3+1] = g;
data[texelY * height * 3 + texelX * 3+2] = b;
}
assert(0);
}
}
}