From a1900253e506c242c7c66802e8bde54a7e16ab08 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Fri, 24 Dec 2021 11:35:42 +1100 Subject: [PATCH] - Fix GCC warning `warning: "/*" within comment [-Wcomment]`. --- source/core/sectorgeometry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/core/sectorgeometry.cpp b/source/core/sectorgeometry.cpp index ca74d2122..caf788331 100644 --- a/source/core/sectorgeometry.cpp +++ b/source/core/sectorgeometry.cpp @@ -1,5 +1,4 @@ /* -/* ** sectorgeometry.cpp ** ** caches the triangle meshes used for rendering sector planes.