From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Magic2/Selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Magic2/Selection.h') diff --git a/Magic2/Selection.h b/Magic2/Selection.h index e70a3b3..ba0f2e4 100644 --- a/Magic2/Selection.h +++ b/Magic2/Selection.h @@ -75,7 +75,7 @@ public: List& GetPolys() { return polys; } std::vector& GetVerts() { return verts; } - virtual void Clear() { polys.clear(); + virtual void Clear() { polys.clear(); verts.clear(); } void AddPoly(Poly* p); -- cgit v1.1