Fixed silly movement bug after taking high-res snapshots.
This commit is contained in:
@@ -4481,7 +4481,7 @@ BOOL LLViewerWindow::rawSnapshot(LLImageRaw *raw, S32 image_width, S32 image_hei
|
|||||||
gPipeline.resetDrawOrders();
|
gPipeline.resetDrawOrders();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (high_res && (show_ui || !hide_hud))
|
if (high_res)
|
||||||
{
|
{
|
||||||
send_agent_resume();
|
send_agent_resume();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user