renamed OverlayRenderer to SmudgeRenderer. it has nothing to do with overlay anymore.

This commit is contained in:
Chris Forbes
2010-03-03 21:58:12 +13:00
parent 0e73431209
commit bb0aaba950
3 changed files with 5 additions and 5 deletions

View File

@@ -143,7 +143,7 @@
<Compile Include="Graphics\CursorSequence.cs" />
<Compile Include="Graphics\CursorSheetBuilder.cs" />
<Compile Include="Graphics\LineRenderer.cs" />
<Compile Include="Graphics\OverlayRenderer.cs" />
<Compile Include="Graphics\SmudgeRenderer.cs" />
<Compile Include="Graphics\WorldRenderer.cs" />
<Compile Include="Traits\Activities\Idle.cs" />
<Compile Include="Traits\Activities\Land.cs" />