From cc33aeb355a5ac99e2ad1d1104249ffbb03e06d8 Mon Sep 17 00:00:00 2001 From: IgorTimofeev <11760002+IgorTimofeev@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:23:41 +0300 Subject: [PATCH] Fixed GPU bit depth validation for Tier 4 components from some retarded non-official mods --- Installer/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/Main.lua b/Installer/Main.lua index b51a63b8..7598d263 100644 --- a/Installer/Main.lua +++ b/Installer/Main.lua @@ -143,7 +143,7 @@ do computer.shutdown() end - if component.invoke(GPUAddress, "getDepth") ~= 8 then + if component.invoke(GPUAddress, "getDepth") < 8 then warning("Tier 3 GPU and screen are required") end