Merge pull request #6733 from penev92/bleed

Moved RenderSprites.cs from Mods.RA to Common
This commit is contained in:
Paul Chote
2014-11-04 07:58:35 +13:00
35 changed files with 35 additions and 15 deletions

View File

@@ -473,7 +473,6 @@
<Compile Include="Render\WithActiveAnimation.cs" />
<Compile Include="SupportPowers\SpawnActorPower.cs" />
<Compile Include="Render\RenderSimple.cs" />
<Compile Include="Render\RenderSprites.cs" />
<Compile Include="Air\FlyAwayOnIdle.cs" />
<Compile Include="Buildings\ClonesProducedUnits.cs" />
<Compile Include="Cloneable.cs" />
@@ -568,4 +567,4 @@ copy "FuzzyLogicLibrary.dll" "$(SolutionDir)"
cd "$(SolutionDir)"</PostBuildEvent>
</PropertyGroup>
<ItemGroup />
</Project>
</Project>