mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-13 18:46:22 +05:00
Fixed GPU bit depth validation for Tier 4 components from some retarded non-official mods
This commit is contained in:
parent
abddb73972
commit
cc33aeb355
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user