Fixed GPU bit depth validation for Tier 4 components from some retarded non-official mods

This commit is contained in:
IgorTimofeev 2026-07-08 15:23:41 +03:00 committed by GitHub
parent abddb73972
commit cc33aeb355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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