1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 00:45:32 +00:00

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);
}
}
}