Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
commit
8327e048b9
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue