From 1bcce010b5b11b485ba80df58c984277100dc99e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 11 May 2025 00:12:42 +0100 Subject: Fix conditional render of rail links Tests for vertices, not links in network. Fixes case where links are present but not in network, e.g. currently being built. --- gfx/gl/instanceVertices.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfx') diff --git a/gfx/gl/instanceVertices.h b/gfx/gl/instanceVertices.h index 28e11ee..c290afe 100644 --- a/gfx/gl/instanceVertices.h +++ b/gfx/gl/instanceVertices.h @@ -118,6 +118,7 @@ public: } using base::bufferName; + using base::empty; [[nodiscard]] auto size() const -- cgit v1.2.3