Merge branch 'master' of ssh://opensimulator.org/var/git/opensim

This commit is contained in:
Justin Clark-Casey (justincc)
2012-08-03 21:56:48 +01:00

View File

@@ -596,9 +596,9 @@ namespace OpenSim.Region.CoreModules.Scripting.VectorRender
}
break;
case "R":
Font newFont = new Font(myFont, FontStyle.Regular);
// Font newFont = new Font(myFont, FontStyle.Regular);
myFont.Dispose();
myFont = newFont;
myFont = new Font(myFont, FontStyle.Regular);
break;
}
}