Skip to content

[Bug]: Raw GL calls breaking GlStateManager #235

@decce6

Description

@decce6

Forge Version

14.23.5.2860

Galacticraft Version

4.0.6

Log or Crash Report

No response

Reproduction steps

Not needed.

This mod makes various raw OpenGL calls that may break any mod as well as vanilla, and should be replace with GlStateManager. Example: https://github.com/TeamGalacticraft/Galacticraft-Legacy/blob/master-1.12/src/main/java/micdoodle8/mods/galacticraft/core/client/gui/overlay/OverlaySensorGlasses.java#L50-L80 (e.g. replace GL11.glEnable(GL11.GL_BLEND) with GlStateManager.enableBlend())

decce6/Gnetum#47 is possibly caused by this.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions