From b0a2f9e17c9fdc20020f14d179aab0c9332e0cca Mon Sep 17 00:00:00 2001 From: kosmik641 Date: Thu, 26 Feb 2026 18:54:22 +0300 Subject: [PATCH] =?UTF-8?q?81-722.=20=D0=A4=D0=B8=D0=BA=D1=81=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D0=BC=D1=8B=D1=82=D0=B8=D1=8F=20=D0=B2=20=D0=91?= =?UTF-8?q?=D0=9C=D0=A2=D0=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/metrostroi/systems/sys_81_722_sarmat_upo.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/metrostroi/systems/sys_81_722_sarmat_upo.lua b/lua/metrostroi/systems/sys_81_722_sarmat_upo.lua index ddd682b..4e9adea 100644 --- a/lua/metrostroi/systems/sys_81_722_sarmat_upo.lua +++ b/lua/metrostroi/systems/sys_81_722_sarmat_upo.lua @@ -1981,12 +1981,14 @@ function TRAIN_SYSTEM:ClientThink(dT) render.PushRenderTarget(self.Train.BMTSScr,0,0,512,128) render.Clear(0, 0, 0, 0) cam.Start2D() + render.PushFilterMag(1) self:BMTS07(self.Train) render.OverrideBlend(true,BLEND_ZERO,BLEND_ONE,BLENDFUNC_ADD,BLEND_ZERO,BLEND_ZERO,BLENDFUNC_MIN) surface.SetDrawColor(255,255,255,200) surface.SetTexture(BMTSPixels) surface.DrawTexturedRectRotated(256,64,512,128,0) render.OverrideBlend(false) + render.PopFilterMag() cam.End2D() render.PopRenderTarget() self.BMTS.Update = false