Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused error when attempting to enable shaders with Direct3D video driver selected #11793

Merged
merged 1 commit into from Nov 26, 2021

Conversation

rollerozxa
Copy link
Member

Rather trivial PR which removes an unused check and error attempting to enable shaders when you are on a Direct3D video driver. This has been unused even before Direct3D was removed from IrrlichtMt as the Enable shaders checkbox would be disabled by the same code that disables it on OpenGLES 1. That code still intact and the shaders checkbox is still unable to be enabled on OpenGLES 1 after this PR.

@sfan5 sfan5 added @ Mainmenu Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines labels Nov 26, 2021
@SmallJoker SmallJoker merged commit c85aa00 into minetest:master Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@ Mainmenu Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements One approval ✅ ◻️ Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants