AuroraSim: non-power-of-two support.

This commit is contained in:
Lirusaito
2013-01-20 22:35:21 -05:00
parent 415bcd2b6c
commit fa8e1f033b
2 changed files with 8 additions and 18 deletions

View File

@@ -566,7 +566,7 @@ void LLImageGL::setSize(S32 width, S32 height, S32 ncomponents, S32 discard_leve
// Check if dimensions are a power of two!
if (!checkSize(width,height))
{
llerrs << llformat("Texture has non power of two dimension: %dx%d",width,height) << llendl;
llwarns << llformat("Texture has non power of two dimension: %dx%d",width,height) << " Unless on Aurora-Sim, beware." << llendl;
}
if (mTexName)