Fix wrong texture setting for RouteMarker

Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
This commit is contained in:
renderexpert
2025-07-15 22:36:12 +01:00
committed by Konstantin Pastbin
parent da3053f5fc
commit 0000ec149c

View File

@@ -630,7 +630,6 @@ drape_ptr<df::SubrouteMarkersData> RouteShape::CacheMarkers(ref_ptr<dp::Graphics
return nullptr;
auto state = CreateRenderState(gpu::Program::RouteMarker, DepthLayer::GeometryLayer);
state.SetColorTexture(textures->GetSymbolsTexture());
// Batching.
{