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

Fix chat opacity #1225

Merged
merged 1 commit into from Jul 14, 2014
Merged

Fix chat opacity #1225

merged 1 commit into from Jul 14, 2014

Conversation

williewillus
Copy link
Contributor

This patch resinerts a GL11.glEnable(GL11.GL_BLEND) call that was present in Minecraft in 1.6.4 yet absent in Minecraft 1.7.x.
As a result of that absence, the chat opacity slider under multiplayer settings is nonfunctional - it changes the opacity of the gray chat background, but not the opacity of the chat words themselves.
This patch should have no side-effects, as it merely restores proper behavior from 1.6.4.

See: https://bugs.mojang.com/browse/MC-36812

To test: Type a message into chat, then slide the Chat Opacity slider around. Without the patch, only the gray background is faded in and out. With the patch, the words of the message are faded as well.

@williewillus
Copy link
Contributor Author

Clarifying comment added.

@LexManos
Copy link
Member

Squash

Add // FORGE comment

As per convention, add // FORGE comment to clarify the purpose of the change
@williewillus
Copy link
Contributor Author

Squashed commits

LexManos added a commit that referenced this pull request Jul 14, 2014
@LexManos LexManos merged commit 79cda09 into MinecraftForge:master Jul 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants