Describe the bug
When replacing line 2791 in RLGL.java with 2790 everything is rendered as black (with the exception of the background.)
Additional context
The issue is caused by "texelColor" in the default fragment shader.
More so I believe it's an issue within the "texture0" portion of the line.
After testing and working on Issue #16 I learned that these two issues are directly correlated with each other. This issue will be closed and tracked under Issue #16.
Describe the bug When replacing line 2791 in RLGL.java with 2790 everything is rendered as black (with the exception of the background.)
Additional context The issue is caused by "texelColor" in the default fragment shader. More so I believe it's an issue within the "texture0" portion of the line.