attempting to fix a build issue
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>0.7.4.1
parent
513b77b78d
commit
5181bdae0a
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue