From b39a4169e3fe94f3b7c63ed820f299396add571a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 7 Mar 2026 12:56:33 +0000 Subject: Fix naming violations in Mesh They've existed and been annoying since the day I first created it from online examples. --- gfx/gl/billboardPainter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfx/gl/billboardPainter.cpp') diff --git a/gfx/gl/billboardPainter.cpp b/gfx/gl/billboardPainter.cpp index 38c4d3e..d021efb 100644 --- a/gfx/gl/billboardPainter.cpp +++ b/gfx/gl/billboardPainter.cpp @@ -90,5 +90,5 @@ BillboardPainter::renderBillBoard( const auto & view) { return this->view * view * extentsMat; }}); - mesh.Draw(); + mesh.draw(); } -- cgit v1.3