llcommon merge. Added LLUnits.
This commit is contained in:
@@ -325,7 +325,7 @@ static bool handleMaxPartCountChanged(const LLSD& newvalue)
|
||||
|
||||
static bool handleVideoMemoryChanged(const LLSD& newvalue)
|
||||
{
|
||||
gTextureList.updateMaxResidentTexMem(newvalue.asInteger());
|
||||
gTextureList.updateMaxResidentTexMem(S32Megabytes(newvalue.asInteger()));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user