GTNewHorizons / ThaumicHorizons

Authorized Continuation
GNU Lesser General Public License v3.0
7 stars 19 forks source link

Switch decompiler constants to their named variants #70

Closed eigenraven closed 4 months ago

eigenraven commented 4 months ago

Just ran ./gradlew applyDecompilerCleanupToMain to make the code more readable, it automatically replaces all random GL constants with the proper named variants, e.g. 3042 -> GL11.GL_BLEND