Skip to content

Commit

Permalink
#5231: Fix broken compilation due to moved RenderStatistics.h header.
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed May 17, 2020
1 parent bbfe1fc commit 0eca409
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion radiant/camera/CamWnd.cpp
Expand Up @@ -20,7 +20,7 @@
#include "CameraSettings.h"
#include "GlobalCamera.h"
#include "render/RenderStatistics.h"
#include "render/frontend/RenderableCollectionWalker.h"
#include "render/RenderableCollectionWalker.h"
#include "wxutil/MouseButton.h"
#include "registry/adaptors.h"
#include "selection/OccludeSelector.h"
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions tools/msvc/DarkRadiant.vcxproj
Expand Up @@ -1119,6 +1119,7 @@
<ClInclude Include="..\..\radiant\precompiled.h" />
<ClInclude Include="..\..\radiant\RadiantApp.h" />
<ClInclude Include="..\..\radiant\RadiantModule.h" />
<ClInclude Include="..\..\radiant\render\RenderStatistics.h" />
<ClInclude Include="..\..\radiant\render\View.h" />
<ClInclude Include="..\..\radiant\selection\algorithm\CommandNotAvailableException.h" />
<ClInclude Include="..\..\radiant\selection\algorithm\Patch.h" />
Expand Down
3 changes: 3 additions & 0 deletions tools/msvc/DarkRadiant.vcxproj.filters
Expand Up @@ -2694,6 +2694,9 @@
<ClInclude Include="..\..\radiant\render\View.h">
<Filter>src\render</Filter>
</ClInclude>
<ClInclude Include="..\..\radiant\render\RenderStatistics.h">
<Filter>src\render</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\radiant\darkradiant.rc" />
Expand Down
1 change: 0 additions & 1 deletion tools/msvc/DarkRadiantCore.vcxproj
Expand Up @@ -150,7 +150,6 @@
<ClInclude Include="..\..\radiantcore\rendersystem\debug\SpacePartitionRenderer.h" />
<ClInclude Include="..\..\radiantcore\rendersystem\LinearLightList.h" />
<ClInclude Include="..\..\radiantcore\rendersystem\OpenGLRenderSystem.h" />
<ClInclude Include="..\..\radiantcore\rendersystem\RenderStatistics.h" />
<ClInclude Include="..\..\radiantcore\rendersystem\RenderSystemFactory.h" />
<ClInclude Include="..\..\radiantcore\scenegraph\Octree.h" />
<ClInclude Include="..\..\radiantcore\scenegraph\OctreeNode.h" />
Expand Down
3 changes: 0 additions & 3 deletions tools/msvc/DarkRadiantCore.vcxproj.filters
Expand Up @@ -558,9 +558,6 @@
<ClInclude Include="..\..\radiantcore\rendersystem\OpenGLRenderSystem.h">
<Filter>src\rendersystem</Filter>
</ClInclude>
<ClInclude Include="..\..\radiantcore\rendersystem\RenderStatistics.h">
<Filter>src\rendersystem</Filter>
</ClInclude>
<ClInclude Include="..\..\radiantcore\rendersystem\RenderSystemFactory.h">
<Filter>src\rendersystem</Filter>
</ClInclude>
Expand Down

0 comments on commit 0eca409

Please sign in to comment.