CreedVI / Raylib-J

Handmade Java binding for Raylib
zlib License
97 stars 16 forks source link

Objects Rendering Black. #14

Closed CreedVI closed 3 years ago

CreedVI commented 3 years ago

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.

CreedVI commented 3 years ago

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.