From 8316ec0fa76517f4dc0d90fdbd972895bec01f3b Mon Sep 17 00:00:00 2001 From: David Cernat Date: Mon, 8 Jan 2018 02:19:05 +0200 Subject: [PATCH] [Client] Update tes3mp change comment for object rescaling --- apps/openmw/mwworld/scene.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/apps/openmw/mwworld/scene.cpp b/apps/openmw/mwworld/scene.cpp index ae152646f..35161dca2 100644 --- a/apps/openmw/mwworld/scene.cpp +++ b/apps/openmw/mwworld/scene.cpp @@ -322,9 +322,16 @@ namespace MWWorld // ... then references. This is important for adjustPosition to work correctly. /// \todo rescale depending on the state of a new GMST - // Minor change done by tes3mp: - // Instead of always rescaling objects as in the original code, never rescale them + /* + Start of tes3mp change (major) + + Instead of always rescaling objects as in the original code, never rescale them, + so they can maintain their server-set scales when their cells are reloaded + */ insertCell(*cell, false, loadingListener); + /* + End of tes3mp change (major) + */ mRendering.addCell(cell);