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

0.7.4.1
Justin Clark-Casey (justincc) 2012-08-03 21:56:48 +01:00
commit 8327e048b9
1 changed files with 2 additions and 2 deletions

View File

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