oops. fixing missing argument.
parent
86521adb7e
commit
5209305615
|
@ -130,7 +130,7 @@ namespace OpenSim.Region.CoreModules.Scripting.VectorRender
|
||||||
{
|
{
|
||||||
m_fontName = cfg.GetString("font_name", m_fontName);
|
m_fontName = cfg.GetString("font_name", m_fontName);
|
||||||
}
|
}
|
||||||
m_log.DebugFormat("[VECTORRENDERMODULE]: using font \"{0}\" for text rendering.");
|
m_log.DebugFormat("[VECTORRENDERMODULE]: using font \"{0}\" for text rendering.", m_fontName);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void PostInitialise()
|
public void PostInitialise()
|
||||||
|
|
Loading…
Reference in New Issue