mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 23:03:46 +01:00
Remove unused Direct3D shader error/warning (#11793)
This commit is contained in:
parent
87ab97da2a
commit
c85aa0030f
@ -275,13 +275,7 @@ local function handle_settings_buttons(this, fields, tabname, tabdata)
|
|||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
if fields["cb_shaders"] then
|
if fields["cb_shaders"] then
|
||||||
if (core.settings:get("video_driver") == "direct3d8" or
|
|
||||||
core.settings:get("video_driver") == "direct3d9") then
|
|
||||||
core.settings:set("enable_shaders", "false")
|
|
||||||
gamedata.errormessage = fgettext("To enable shaders the OpenGL driver needs to be used.")
|
|
||||||
else
|
|
||||||
core.settings:set("enable_shaders", fields["cb_shaders"])
|
core.settings:set("enable_shaders", fields["cb_shaders"])
|
||||||
end
|
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
if fields["cb_tonemapping"] then
|
if fields["cb_tonemapping"] then
|
||||||
|
Loading…
Reference in New Issue
Block a user