fix build on win

avinationmerge
UbitUmarov 2012-08-04 11:07:30 +01:00
parent 1b7a720b9f
commit 8ad1d79003
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 anewFont = new Font(myFont, FontStyle.Regular);
myFont.Dispose(); myFont.Dispose();
myFont = newFont; myFont = anewFont;
break; break;
} }
} }