mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
oops that went bad on linux, reverting
This commit is contained in:
@@ -128,7 +128,7 @@ namespace OpenSim.Region.CoreModules.Scripting.VectorRender
|
||||
// XXX: This lock may be unnecessary.
|
||||
lock (m_graph)
|
||||
{
|
||||
stringSize = m_graph.MeasureString(text, myFont, text.Length, StringFormat.GenericTypographic);
|
||||
stringSize = m_graph.MeasureString(text, myFont);
|
||||
xSize = stringSize.Width;
|
||||
ySize = stringSize.Height;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user