Re-enable server appearance update request on rebake until syncCofVersionAndRefresh has been ported to Coroutine
parent
3afead682e
commit
cc6293fbd6
|
|
@ -9877,7 +9877,7 @@ void handle_rebake_textures(void*)
|
|||
// [SL:KB] - Patch: Appearance-Misc | Checked: 2015-06-27 (Catznip-3.7)
|
||||
// LLAppearanceMgr::instance().syncCofVersionAndRefresh();
|
||||
// [/SL:KB]
|
||||
// LLAppearanceMgr::instance().requestServerAppearanceUpdate();
|
||||
LLAppearanceMgr::instance().requestServerAppearanceUpdate(); // Comment out again once syncCofVersionAndRefresh() is back!
|
||||
avatar_tex_refresh(); // <FS:CR> FIRE-11800 - Refresh the textures too
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue