mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
Fix wrong texture setting for RouteMarker
Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
This commit is contained in:
committed by
Konstantin Pastbin
parent
da3053f5fc
commit
0000ec149c
@@ -630,7 +630,6 @@ drape_ptr<df::SubrouteMarkersData> RouteShape::CacheMarkers(ref_ptr<dp::Graphics
|
|||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
||||||
auto state = CreateRenderState(gpu::Program::RouteMarker, DepthLayer::GeometryLayer);
|
auto state = CreateRenderState(gpu::Program::RouteMarker, DepthLayer::GeometryLayer);
|
||||||
state.SetColorTexture(textures->GetSymbolsTexture());
|
|
||||||
|
|
||||||
// Batching.
|
// Batching.
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user