Needs testing.

1. Fixed Update Lock (should now compile)
2. Added support for rescaling a primitive without it jerking to the side.
This commit is contained in:
Adam Frisby
2007-04-22 18:48:45 +00:00
parent 6103e06a34
commit 2194b74473
3 changed files with 11 additions and 3 deletions

View File

@@ -735,8 +735,9 @@ namespace OpenSim
{
NeedAck.Add(Pack.Header.Sequence, Pack);
}
catch (Exception e)
catch (Exception e) // HACKY
{
e.ToString();
// Ignore
// Seems to throw a exception here occasionally
// of 'duplicate key' despite being locked.