VideoCommon: Fix VS filter for AbstractTexture.cpp
This would cause failures when building with VS.
This commit is contained in:
parent
f06e233d49
commit
0c57543205
|
@ -172,7 +172,7 @@
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="AbstractTexture.cpp">
|
<ClCompile Include="AbstractTexture.cpp">
|
||||||
<Filter>Base</Filter>
|
<Filter>Base</Filter>
|
||||||
</C1Compile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="CommandProcessor.h" />
|
<ClInclude Include="CommandProcessor.h" />
|
||||||
|
|
Loading…
Reference in New Issue