mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-12 08:51:44 +00:00
[Client] Update tes3mp change comment for object rescaling
This commit is contained in:
parent
09548d05f7
commit
8316ec0fa7
1 changed files with 9 additions and 2 deletions
|
@ -322,9 +322,16 @@ namespace MWWorld
|
||||||
// ... then references. This is important for adjustPosition to work correctly.
|
// ... then references. This is important for adjustPosition to work correctly.
|
||||||
/// \todo rescale depending on the state of a new GMST
|
/// \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);
|
insertCell(*cell, false, loadingListener);
|
||||||
|
/*
|
||||||
|
End of tes3mp change (major)
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
mRendering.addCell(cell);
|
mRendering.addCell(cell);
|
||||||
|
|
Loading…
Reference in a new issue