Integrated Tunnels

Integrated Tunnels

53M Downloads

Interface GUI field "Facing" has an incorrect Z-level

hnOsmium0001 opened this issue ยท 1 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

2019-05-26_21 42 02

Steps to reproduce the problem:

  1. Place down some sort of interface
  2. Open its GUI, clear the Facing field, and the list will show up under other fields.

Expected behaviour:

The list should be rendered above everything else instead of rendering below other fields.


Versions:

  • This mod: 1.6.8
  • Minecraft: 1.12.2
  • Forge: 14.23.5.2838
commented

I have never used GL_DEPTH before, and I'm not sure if using it would work.
The other way to fix it would be adding a "post-drawing tasks" list, and draw the list after everything else.