swrasterizer folder minor edit

This commit is contained in:
Dragios 2017-10-27 09:44:45 +08:00
parent 9b3eb69973
commit 3e26b0dee5
5 changed files with 8 additions and 12 deletions

View file

@ -20,7 +20,6 @@
using Pica::Rasterizer::Vertex;
namespace Pica {
namespace Clipper {
struct ClippingEdge {
@ -192,6 +191,5 @@ void ProcessTriangle(const OutputVertex& v0, const OutputVertex& v1, const Outpu
}
}
} // namespace
} // namespace
} // namespace Clipper
} // namespace Pica