Skip to content
Snippets Groups Projects
Commit 3db6e3d9 authored by Nyx Linden's avatar Nyx Linden
Browse files

merge

parents 3844f432 76aa05e5
No related branches found
No related tags found
No related merge requests found
...@@ -502,6 +502,8 @@ void LLWearable::setLocalTextureObject(S32 index, LLLocalTextureObject &lto) ...@@ -502,6 +502,8 @@ void LLWearable::setLocalTextureObject(S32 index, LLLocalTextureObject &lto)
void LLWearable::revertValues() void LLWearable::revertValues()
{ {
// FIXME DRANO - this triggers changes to driven params on avatar, potentially clobbering baked appearance.
//update saved settings so wearable is no longer dirty //update saved settings so wearable is no longer dirty
// non-driver params first // non-driver params first
for (param_map_t::const_iterator iter = mSavedVisualParamMap.begin(); iter != mSavedVisualParamMap.end(); iter++) for (param_map_t::const_iterator iter = mSavedVisualParamMap.begin(); iter != mSavedVisualParamMap.end(); iter++)
......
...@@ -115,7 +115,7 @@ if (WINDOWS) ...@@ -115,7 +115,7 @@ if (WINDOWS)
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bison.bat COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bison.bat
ARGS ARGS
${BISON} ${M4_PATH} ${BISON} ${M4_PATH}
-p indra_ -p indra_
-d -o ${CMAKE_CURRENT_BINARY_DIR}/indra.y.cpp -d -o ${CMAKE_CURRENT_BINARY_DIR}/indra.y.cpp
${CMAKE_CURRENT_SOURCE_DIR}/indra.y ${CMAKE_CURRENT_SOURCE_DIR}/indra.y
DEPENDS DEPENDS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment