Fix bad filter.

This commit is contained in:
Unknown W. Brackets 2013-08-24 09:49:55 -07:00
parent 743b27c9cc
commit 10f344db2d

View File

@ -150,7 +150,9 @@
<ClCompile Include="GLES\GLES_GPU.cpp">
<Filter>GLES</Filter>
</ClCompile>
<ClCompile Include="GLES\Spline.cpp" />
<ClCompile Include="GLES\Spline.cpp">
<Filter>GLES</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="CMakeLists.txt" />