This commit is contained in:
mcrcortex
2025-09-06 08:51:27 +10:00
parent 8c5672d5fb
commit dc94b60121

View File

@@ -64,7 +64,7 @@ public class BasicSectionGeometryData implements IGeometryData {
}
this.geometryBuffer = buffer;
long delta = System.currentTimeMillis() - start;
Logger.info("Successfully allocated and zeroed the geometry buffer in " + delta + "ms");
Logger.info("Successfully allocated the geometry buffer in " + delta + "ms");
}
public GlBuffer getGeometryBuffer() {