Improved error handling (introduced debugsession commandline argument). Startup/shutdown now more verbose. SSE checks if project was compiled with SSE(2)... not sure if windows would reach it if hardware lacked support, but linux/mac may (from V2). Fixed Mac crashes in deferred.
This commit is contained in:
@@ -131,7 +131,8 @@ protected:
|
||||
{
|
||||
return sDefaultController[controller_key];
|
||||
}
|
||||
return mCharacter->getVisualParamWeight((*entry).second.c_str());
|
||||
const std::string& param_name = (*entry).second.c_str();
|
||||
return mCharacter->getVisualParamWeight(param_name.c_str());
|
||||
}
|
||||
void setParamValue(LLViewerVisualParam *param,
|
||||
const F32 new_value_local,
|
||||
|
||||
Reference in New Issue
Block a user