forked from mirror/openmw-tes3mp
[Client] Disable clientside scaling of objects
This commit is contained in:
parent
f3892d697b
commit
8d9fde810e
1 changed files with 10 additions and 1 deletions
|
@ -84,7 +84,16 @@ namespace MWScript
|
||||||
End of tes3mp addition
|
End of tes3mp addition
|
||||||
*/
|
*/
|
||||||
|
|
||||||
MWBase::Environment::get().getWorld()->scaleObject(ptr,scale);
|
/*
|
||||||
|
Start of tes3mp change (major)
|
||||||
|
|
||||||
|
Disable unilateral scaling on this client and expect the server's reply to our
|
||||||
|
packet to do it instead
|
||||||
|
*/
|
||||||
|
//MWBase::Environment::get().getWorld()->scaleObject(ptr,scale);
|
||||||
|
/*
|
||||||
|
End of tes3mp change (major)
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue